mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-01-11 19:22:19 +08:00
Update IAppSystem for latest DoI update.
This commit is contained in:
parent
bee9791e6f
commit
b96f78a0b7
@ -76,6 +76,9 @@ public:
|
||||
|
||||
// Reconnect to a particular interface
|
||||
virtual void Reconnect( CreateInterfaceFn factory, const char *pInterfaceName ) = 0;
|
||||
|
||||
// Returns whether or not the app system is a singleton
|
||||
virtual bool IsSingleton() = 0;
|
||||
};
|
||||
|
||||
|
||||
@ -105,6 +108,8 @@ public:
|
||||
{
|
||||
ReconnectInterface( factory, pInterfaceName );
|
||||
}
|
||||
|
||||
virtual bool IsSingleton() { return true; }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user