shrooms-vb-native/game.h

8 lines
111 B
C
Raw Normal View History

2024-10-15 04:24:13 +00:00
#ifndef SHROOMS_VB_NATIVE_GAME_
#define SHROOMS_VB_NATIVE_GAME_
#include <vb.h>
int runGame(VB *sim);
#endif