mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:07:43 +00:00
More GuiSys stubs
This commit is contained in:
17
Runtime/GuiSys/CGuiGroup.hpp
Normal file
17
Runtime/GuiSys/CGuiGroup.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __URDE_CGUIGROUP_HPP__
|
||||
#define __URDE_CGUIGROUP_HPP__
|
||||
|
||||
#include "CGuiCompoundWidget.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CGuiGroup : public CGuiCompoundWidget
|
||||
{
|
||||
public:
|
||||
static void LoadWidgetFnMap();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CGUIGROUP_HPP__
|
||||
Reference in New Issue
Block a user