2024-10-15 04:24:13 +00:00
|
|
|
#ifndef SHROOMS_VB_NATIVE_GAME_
|
|
|
|
#define SHROOMS_VB_NATIVE_GAME_
|
|
|
|
|
2024-10-16 04:25:31 +00:00
|
|
|
#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
|
|
|
|
2024-10-16 04:25:31 +00:00
|
|
|
int runGame(VB *sim, GraphicsContext *gfx);
|
2024-10-15 04:24:13 +00:00
|
|
|
|
|
|
|
#endif
|