shrooms-vb-native/game.h

9 lines
176 B
C
Raw Permalink Normal View History

2024-10-15 04:24:13 +00:00
#ifndef SHROOMS_VB_NATIVE_GAME_
#define SHROOMS_VB_NATIVE_GAME_
#include "graphics.h"
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, GraphicsContext *gfx);
2024-10-15 04:24:13 +00:00
#endif