shrooms-vb-native/game.h

8 lines
132 B
C
Raw Normal View History

2024-10-15 04:24:13 +00:00
#ifndef SHROOMS_VB_NATIVE_GAME_
#define SHROOMS_VB_NATIVE_GAME_
2024-10-15 05:06:52 +00:00
#include "shrooms-vb-core/core/vb.h"
2024-10-15 04:24:13 +00:00
int runGame(VB *sim);
#endif