mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 07:11:21 +00:00
14 lines
135 B
C++
14 lines
135 B
C++
#ifndef __PSHAG_CGUISYS_HPP__
|
|
#define __PSHAG_CGUISYS_HPP__
|
|
|
|
namespace pshag
|
|
{
|
|
|
|
class CGuiSys
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CGUISYS_HPP__
|