mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Obliterate hsBool
This commit is contained in:
@ -96,8 +96,8 @@ public:
|
||||
void SetIsServer(bool value) { (value)?SetFlags(GetFlags()|kIsServer):SetFlags(GetFlags()&!kIsServer);}
|
||||
bool IsServer() const { return (GetFlags()&kIsServer)?true:false;}
|
||||
|
||||
hsBool AddSubscription(int chan);
|
||||
hsBool RemoveSubscription(int chan); // return true on success
|
||||
bool AddSubscription(int chan);
|
||||
bool RemoveSubscription(int chan); // return true on success
|
||||
int FindSubscription(int chan); // return index into subscription array or -1
|
||||
|
||||
int GetNumSubscriptions() { return fSubscriptions.size(); }
|
||||
|
Reference in New Issue
Block a user