fixing crash issue

This commit is contained in:
2025-05-22 15:18:18 +02:00
parent 01f2aaacde
commit 92967aac1f
8 changed files with 36 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
#include <ScopGraphics.h>
std::shared_ptr<Scop::Scene> SplashScreen();
Scop::Scene& SplashScreen();
#endif