HandmadeHero/project/handmade.cpp
2023-10-07 02:33:39 -04:00

14 lines
200 B
C++

/*
Hnadmade Hero game code layer.
Note:
There is not enough code yet in the engine layer to do this separation
to a game module.
*/
#if INTELLISENSE_DIRECTIVES
#include "engine/engine.hpp"
#endif