mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 16:59:12 +00:00
More GuiSys classes and fields
This commit is contained in:
17
Runtime/GuiSys/CGuiControllerInfo.hpp
Normal file
17
Runtime/GuiSys/CGuiControllerInfo.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CGUICONTROLLERINFO_HPP__
|
||||
#define __URDE_CGUICONTROLLERINFO_HPP__
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiControllerInfo
|
||||
{
|
||||
public:
|
||||
class CGuiControllerStateInfo
|
||||
{
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGUICONTROLLERINFO_HPP__
|
||||
Reference in New Issue
Block a user