initial commit

This commit is contained in:
2025-05-01 23:03:47 +02:00
commit a23fbff52a
200 changed files with 434542 additions and 0 deletions

7
ScopEngine/Runtime/Includes/ScopPlatform.h git.filemode.normal_file
View File

@@ -0,0 +1,7 @@
#ifndef __SCOP_PLATFORM__
#define __SCOP_PLATFORM__
#include <Platform/Inputs.h>
#include <Platform/Window.h>
#endif