Initialization

This commit is contained in:
Kozar 2024-04-26 14:10:11 +02:00
parent 2aee6b72f0
commit 04c0ba0717

View File

@ -85,8 +85,3 @@ int world_event(struct event* w, void* game) {
}
return 0;
}
int main(int argc, char** argv) {
start_world(init_game, world_event, free);
return 0;
}