Files
42_vox/Application/Splash.h
2025-05-01 23:03:47 +02:00

9 lines
129 B
C++

#ifndef __SCOP_SPLASH__
#define __SCOP_SPLASH__
#include <ScopGraphics.h>
std::shared_ptr<Scop::Scene> SplashScreen();
#endif