metaforce/Runtime/GuiSys/CSplashScreen.hpp

14 lines
159 B
C++
Raw Normal View History

2015-08-18 05:54:43 +00:00
#ifndef __RETRO_CSPLASHSCREEN_HPP__
#define __RETRO_CSPLASHSCREEN_HPP__
namespace Retro
{
class CSplashScreen
{
};
}
#endif // __RETRO_CSPLASHSCREEN_HPP__