Skip to content

Commit

Permalink
simplify!
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Dec 24, 2023
1 parent a124c23 commit 18f5a12
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 242 deletions.
126 changes: 0 additions & 126 deletions client_server.cpp

This file was deleted.

8 changes: 0 additions & 8 deletions premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ project "server"
files { "server.cpp", "shared.h" }
links { "yojimbo", "sodium", "tlsf", "netcode", "reliable" }

project "secure_server"
files { "secure_server.cpp", "shared.h" }
links { "yojimbo", "sodium", "tlsf", "netcode", "reliable" }

project "client_server"
files { "client_server.cpp", "shared.h" }
links { "yojimbo", "sodium", "tlsf", "netcode", "reliable" }

project "loopback"
files { "loopback.cpp", "shared.h" }
links { "yojimbo", "sodium", "tlsf", "netcode", "reliable" }
Expand Down
108 changes: 0 additions & 108 deletions secure_server.cpp

This file was deleted.

0 comments on commit 18f5a12

Please sign in to comment.