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,18 @@
#pragma once
#ifdef __SWITCH__
#include <switch.h>
#include <sys/socket.h>
namespace frostbite2D {
/**
* @brief Switch平台相关函数
*/
void switchInit();
void switchShutdown();
} // namespace frostbite2D
#endif