frillrun/src/main.h
2024-08-24 00:47:58 -04:00

8 lines
87 B
C

#pragma once
#include "game/game.h"
#ifdef EMSCRIPTEN
#include <emscripten.h>
#endif