mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 00:31:21 +00:00
14 lines
159 B
C++
14 lines
159 B
C++
#ifndef __PSHAG_CSPLASHSCREEN_HPP__
|
|
#define __PSHAG_CSPLASHSCREEN_HPP__
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
class CSplashScreen
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CSPLASHSCREEN_HPP__
|