mirror of
https://github.com/Kbz-8/42_vox.git
synced 2026-01-11 06:33:36 +00:00
9 lines
113 B
C
9 lines
113 B
C
#ifndef __SCOP_SPLASH__
|
|
#define __SCOP_SPLASH__
|
|
|
|
#include <ScopGraphics.h>
|
|
|
|
Scop::Scene& SplashScreen();
|
|
|
|
#endif
|