← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorr4tss <[email protected]>2021-03-10 13:04:09 +0100
committerr4tss <[email protected]>2021-03-10 13:04:09 +0100
commit966ea74bc9374015ae468a7e2f930dc6e18c7a66 (patch)
treec65a5277029d3fa864aaacb0cbb618017fc7bed1 /client.c
parentcd2b5d140c692481862f25f7c2161dc686dbad1b (diff)
Started work on game logic with server code
Diffstat (limited to 'client.c')
-rw-r--r--client.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/client.c b/client.c
deleted file mode 100644
index c3df1eb..0000000
--- a/client.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "server.c"
-
-int main()
-{
- char ip[30] = "127.0.0.1";
- joinGame(ip);
-}