mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-10 22:23:35 +00:00
9 lines
129 B
C++
9 lines
129 B
C++
#ifndef __SCOP_SPLASH__
|
|
#define __SCOP_SPLASH__
|
|
|
|
#include <ScopGraphics.h>
|
|
|
|
std::shared_ptr<Scop::Scene> SplashScreen();
|
|
|
|
#endif
|