diff --git a/a4/main.c b/a4/main.c new file mode 100644 index 0000000..0b5c287 --- /dev/null +++ b/a4/main.c @@ -0,0 +1,9 @@ +#include "game.h" +#include "world.h" +#include + + +int main(int argc, char** argv){ + start_world(init_game,game_event,free); + return 0; +} \ No newline at end of file