mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
More class stubs
This commit is contained in:
@@ -25,7 +25,7 @@ class CIOWinManager
|
||||
};
|
||||
IOWinPQNode* x0_drawRoot = nullptr;
|
||||
IOWinPQNode* x4_pumpRoot = nullptr;
|
||||
CArchitectureQueue x8_internalQueue;
|
||||
CArchitectureQueue x8_localGatherQueue;
|
||||
public:
|
||||
bool OnIOWinMessage(const CArchitectureMessage& msg);
|
||||
void Draw() const;
|
||||
@@ -39,8 +39,6 @@ public:
|
||||
void AddIOWin(rstl::ncrc_ptr<CIOWin> toAdd, int pumpPrio, int drawPrio);
|
||||
};
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CIOWINMANAGER_HPP__
|
||||
|
||||
Reference in New Issue
Block a user