2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-07 00:15:35 +00:00
metaforce/Runtime/Common/GuiSys/CSplashScreen.hpp
2015-08-17 19:54:43 -10:00

17 lines
180 B
C++

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