#include "world.h" #include "game.h" int main() { return start_world(init_game, game_event, destroy_game); }