Files
42_vox/Application/Splash.h
2025-05-22 15:18:18 +02:00

9 lines
113 B
C

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