mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Tons of refactors and bug fixes
This commit is contained in:
@@ -55,7 +55,7 @@ private:
|
||||
|
||||
public:
|
||||
CGuiTableGroup(const CGuiWidgetParms& parms, int, int, bool);
|
||||
FourCC GetWidgetTypeID() const {return FOURCC('TBGP');}
|
||||
FourCC GetWidgetTypeID() const { return FOURCC('TBGP'); }
|
||||
|
||||
void SetMenuAdvanceCallback(std::function<void(CGuiTableGroup*)>&& cb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user