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