← Back to ratslair.com
aboutsummaryrefslogtreecommitdiff
path: root/nships.c
diff options
context:
space:
mode:
Diffstat (limited to 'nships.c')
-rw-r--r--nships.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/nships.c b/nships.c
index 621684d..afa6d3c 100644
--- a/nships.c
+++ b/nships.c
@@ -2,6 +2,8 @@
#include <stdlib.h>
#include <time.h>
+#include "server.c"
+
#define height 80
#define width 200
@@ -71,5 +73,6 @@ int menu(int y, int x, int h, int w, int aLen, char it[][15])
int main()
{
-
+ if(fork())
+ hostGame();
}