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"
|
2023-12-29 19:50:22 -08:00
|
|
|
#include "handmade.hpp"
|
2023-10-06 23:33:39 -07:00
|
|
|
#endif
|
|
|
|
|
2023-12-29 19:50:22 -08:00
|
|
|
NS_HANDMADE_BEGIN
|
2023-09-15 18:35:27 -07:00
|
|
|
|
2023-12-29 19:50:22 -08:00
|
|
|
//GameState* get_context()
|
|
|
|
//{
|
|
|
|
//
|
|
|
|
//}
|
|
|
|
|
|
|
|
NS_HANDMADE_END
|