metaforce/Runtime/GuiSys/CSplashScreen.hpp

14 lines
155 B
C++
Raw Normal View History

2016-03-10 03:47:37 +00:00
#ifndef __URDE_CSPLASHSCREEN_HPP__
#define __URDE_CSPLASHSCREEN_HPP__
2015-08-18 05:54:43 +00:00
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-18 05:54:43 +00:00
{
class CSplashScreen
{
};
}
2016-03-10 03:47:37 +00:00
#endif // __URDE_CSPLASHSCREEN_HPP__