mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:51:21 +00:00
18 lines
230 B
C++
18 lines
230 B
C++
#ifndef __URDE_CGUICONTROLLERINFO_HPP__
|
|
#define __URDE_CGUICONTROLLERINFO_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CGuiControllerInfo
|
|
{
|
|
public:
|
|
class CGuiControllerStateInfo
|
|
{
|
|
};
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CGUICONTROLLERINFO_HPP__
|