fixing crash issue

This commit is contained in:
Kbz-8
2025-05-22 15:18:18 +02:00
parent 0e8e5ee76d
commit 30d9cd64ad
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