Initial engine repository

This commit is contained in:
2026-06-08 19:58:35 +08:00
commit 7a925c3736
137 changed files with 162421 additions and 0 deletions
@@ -0,0 +1,13 @@
#pragma once
#ifdef _WIN32
#include <windows.h>
namespace frostbite2D {
void windowsInit();
} // namespace frostbite2D
#endif