This commit is contained in:
jl777
2019-03-26 23:41:07 -11:00
parent 02e76e122b
commit 2821c37693

View File

@@ -1,6 +1,7 @@
#include "prices.h"
#include <time.h>
#include <ncurses.h>
/*
In order to port a game into gamesCC, the RNG needs to be seeded with the gametxid seed, also events needs to be broadcast using issue_games_events. Also the game engine needs to be daemonized, preferably by putting all globals into a single data structure.