← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/nships.c
diff options
context:
space:
mode:
authorr4tss <[email protected]>2021-03-10 11:05:29 +0100
committerr4tss <[email protected]>2021-03-10 11:05:29 +0100
commitcd2b5d140c692481862f25f7c2161dc686dbad1b (patch)
tree8a157d2031ed62a4211aaa32a9301c89b06873a0 /nships.c
parentfe4ad02c13e2bbdc2eb1a6afa309a7d8f2ec3c97 (diff)
Server is functional now and ready to be implemented into the game
Diffstat (limited to 'nships.c')
-rw-r--r--nships.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nships.c b/nships.c
index 96aedff..7ffaddb 100644
--- a/nships.c
+++ b/nships.c
@@ -75,5 +75,5 @@ int menu(int y, int x, int h, int w, int aLen, char it[][15], char title)
int main()
{
-
+ hostGame();
}