metaforce/Runtime/GuiSys/CSplashScreen.hpp

14 lines
159 B
C++

#ifndef __RETRO_CSPLASHSCREEN_HPP__
#define __RETRO_CSPLASHSCREEN_HPP__
namespace Retro
{
class CSplashScreen
{
};
}
#endif // __RETRO_CSPLASHSCREEN_HPP__