mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 18:27:40 +00:00
@@ -5,13 +5,15 @@
|
||||
|
||||
class CGuiWidget;
|
||||
class CGuiCamera;
|
||||
|
||||
class CGuiLight;
|
||||
class CGuiFrame {
|
||||
public:
|
||||
CGuiWidget* FindWidget(const char* name) const;
|
||||
CGuiWidget* FindWidget(const rstl::string& name) const;
|
||||
|
||||
CGuiCamera* GetFrameCamera() const { return x14_camera; }
|
||||
void AddLight(CGuiLight* light);
|
||||
void RemoveLight(CGuiLight* light);
|
||||
|
||||
private:
|
||||
char x0_pad[0x14];
|
||||
|
||||
Reference in New Issue
Block a user