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