mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
More GuiSys stubs
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
#ifndef __URDE_CGUISLIDERGROUP_HPP__
|
||||
#define __URDE_CGUISLIDERGROUP_HPP__
|
||||
|
||||
#include "CGuiWidget.hpp"
|
||||
#include "CGuiCompoundWidget.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiSliderGroup : public CGuiCompoundWidget
|
||||
{
|
||||
public:
|
||||
static void LoadWidgetFnMap();
|
||||
|
||||
bool MAF_Increment(CGuiFunctionDef* def, CGuiControllerInfo* info);
|
||||
bool MAF_Decrement(CGuiFunctionDef* def, CGuiControllerInfo* info);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user