pvjc26/a5/game.h
2026-05-09 12:14:14 +00:00

12 lines
128 B
C

#ifndef GAME_H
#define GAME_H
//#include "world.h"
void* init_game();
int game_event(struct event* event, void* g);
#endif