Add externs to interface and class headers.
Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
@@ -16,4 +16,6 @@ class IClientEntityList {
|
||||
virtual int GetHighestEntityIndex(void) = 0;
|
||||
virtual void SetMaxEntities(int max_entities) = 0;
|
||||
virtual int GetMaxEntities() = 0;
|
||||
};
|
||||
};
|
||||
|
||||
extern IClientEntityList* entitylist;
|
||||
Reference in New Issue
Block a user