metaforce/Runtime/GuiSys/CGuiSys.hpp

14 lines
134 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CGUISYS_HPP__
#define __PSHAG_CGUISYS_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 CGuiSys
{
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CGUISYS_HPP__