mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
Several architectural fixes and additions
This commit is contained in:
@@ -96,7 +96,9 @@ public:
|
||||
|
||||
void ProcessUserInput(const CFinalInput& input);
|
||||
|
||||
static CGuiTableGroup* Create(CGuiFrame* frame, CInputStream& in, bool);
|
||||
bool AddWorkerWidget(CGuiWidget* worker) { return true; }
|
||||
|
||||
static std::shared_ptr<CGuiWidget> Create(CGuiFrame* frame, CInputStream& in, CSimplePool* sp);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user