Finished code for globals, but something's not working with client/server
This commit is contained in:
@@ -48,7 +48,7 @@ public:
|
||||
void serialize(StreamBuffer *sb) const;
|
||||
void deserialize(StreamBuffer *sb);
|
||||
|
||||
eng::string debug_string();
|
||||
eng::string debug_string() const;
|
||||
};
|
||||
|
||||
class InvocationQueue : public eng::deque<Invocation> {
|
||||
|
||||
Reference in New Issue
Block a user