Day 35 complete

This commit is contained in:
2023-10-17 23:50:28 -04:00
parent a4f07c67d2
commit 8d66887b02
10 changed files with 833 additions and 162 deletions

View File

@ -1,5 +1,3 @@
//This was generated by project/codegen/platform_gen.cpp
#define using_context() \
Context * parent;
// This was generated by project/codegen/platform_gen.cpp
#define using_context() Context* parent;

View File

@ -1,6 +1,7 @@
#if INTELLISENSE_DIRECTIVES
#include "platform.hpp"
#include "engine/engine.hpp"
#include "engine/input.hpp"
#include "jsl.hpp"
#include "win32.hpp"
#endif