2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 07:51:21 +00:00
metaforce/Runtime/GuiSys/CGuiControllerInfo.hpp
2016-03-11 12:50:15 -10:00

18 lines
230 B
C++

#ifndef __URDE_CGUICONTROLLERINFO_HPP__
#define __URDE_CGUICONTROLLERINFO_HPP__
namespace urde
{
class CGuiControllerInfo
{
public:
class CGuiControllerStateInfo
{
};
};
}
#endif // __URDE_CGUICONTROLLERINFO_HPP__