mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-10 03:44:53 -08:00
14 lines
200 B
C++
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
|
|
|
|
|