pvjc26/final/main.c
2026-05-10 10:44:22 +02:00

7 lines
114 B
C

#include "world.h"
#include "game.h"
int main() {
return start_world(init_game, game_event, destroy_game);
}