frillrun/src/main.h

8 lines
87 B
C
Raw Normal View History

2024-08-24 04:47:58 +00:00
#pragma once
#include "game/game.h"
#ifdef EMSCRIPTEN
#include <emscripten.h>
#endif