pvjc26/a5/game.h
2026-05-09 11:48:11 +00:00

11 lines
126 B
C

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