mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
@@ -31,6 +31,7 @@ public:
|
||||
class Dock;
|
||||
class CToken;
|
||||
class IDvdRequest;
|
||||
class CScriptAreaAttributes;
|
||||
|
||||
class CGameArea : public IGameArea {
|
||||
public:
|
||||
@@ -47,6 +48,8 @@ public:
|
||||
bool IsLoaded() const { return xf0_24_postConstructed; }
|
||||
bool IsActive() const { return xf0_25_active; }
|
||||
|
||||
void SetAreaAttributes(const CScriptAreaAttributes* areaAttributes);
|
||||
|
||||
private:
|
||||
enum EPhase {
|
||||
kP_LoadHeader,
|
||||
|
||||
Reference in New Issue
Block a user