2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 07:51:21 +00:00
metaforce/Runtime/GuiSys/CGuiMenuRadial.hpp
2016-03-10 14:23:16 -10:00

20 lines
336 B
C++

#ifndef __URDE_CGUIMENURADIAL_HPP__
#define __URDE_CGUIMENURADIAL_HPP__
#include "CGuiTableGroup.hpp"
namespace urde
{
class CGuiMenuRadial : public CGuiTableGroup
{
public:
static void LoadWidgetFnMap();
bool MAF_SelectWithStick(CGuiFunctionDef* def, CGuiControllerInfo* info);
};
}
#endif // __URDE_CGUIMENURADIAL_HPP__