HandmadeHero/project/handmade.cpp

22 lines
298 B
C++
Raw Normal View History

2023-09-15 18:35:27 -07:00
/*
2023-10-06 23:33:39 -07:00
Hnadmade Hero game code layer.
2023-09-15 18:35:27 -07:00
2023-10-06 23:33:39 -07:00
Note:
There is not enough code yet in the engine layer to do this separation
to a game module.
*/
2023-09-15 18:35:27 -07:00
2023-10-06 23:33:39 -07:00
#if INTELLISENSE_DIRECTIVES
2023-09-26 14:26:35 -07:00
#include "engine/engine.hpp"
#include "handmade.hpp"
2023-10-06 23:33:39 -07:00
#endif
NS_HANDMADE_BEGIN
2023-09-15 18:35:27 -07:00
//GameState* get_context()
//{
//
//}
NS_HANDMADE_END