Initialization
This commit is contained in:
parent
2aee6b72f0
commit
04c0ba0717
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user