it works?

This commit is contained in:
Asuro
2025-02-08 01:46:25 +01:00
parent 60640a708f
commit b263c3aa82
19 changed files with 801 additions and 18 deletions

View File

@@ -6,4 +6,5 @@ namespace Game
{
DLLEXPORT void Setup(void* window);
DLLEXPORT void Update();
DLLEXPORT void Shutdown();
}