Tweaked net ID file management

Should now be easier to stub network entity functions for Raze.
This commit is contained in:
Boondorl 2024-04-20 10:43:34 -04:00 committed by Rachael Alexanderson
commit 38f14ccd56
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0
3 changed files with 87 additions and 71 deletions

View file

@ -361,6 +361,7 @@ public:
inline uint32_t GetNetworkID() const { return _networkID; }
void SetNetworkID(const uint32_t id);
void ClearNetworkID();
void RemoveFromNetwork();
virtual void EnableNetworking(const bool enable);
};