#ifndef GAME_H #define GAME_H #include "world.h" void* init_game(); int world_event(struct event* event, void* g); #endif