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

8
Application/Splash.h git.filemode.normal_file
View File

@@ -0,0 +1,8 @@
#ifndef __SCOP_SPLASH__
#define __SCOP_SPLASH__
#include <ScopGraphics.h>
std::shared_ptr<Scop::Scene> SplashScreen();
#endif