#include "game.h" #include "world.h" #include int main(int argc, char** argv) { start_world(init_game, game_event, free); return 0; }