SAD
This commit is contained in:
parent
8ba65c9688
commit
89ed89bed7
@ -1,9 +1,7 @@
|
|||||||
#include "game.h"
|
#include "game.h"
|
||||||
#include "world.h"
|
|
||||||
#include <stdlib.h>
|
|
||||||
|
|
||||||
|
int main(){
|
||||||
int main(int argc, char** argv){
|
ball_sort_puzzle();
|
||||||
start_world(init_game,game_event,free);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user