mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
add missing delcarations
This commit is contained in:
@@ -32,8 +32,10 @@ class Connection;
|
||||
class InputMessage;
|
||||
class OutputMessage;
|
||||
class Protocol;
|
||||
class Server;
|
||||
|
||||
typedef std::shared_ptr<Connection> ConnectionPtr;
|
||||
typedef std::shared_ptr<Protocol> ProtocolPtr;
|
||||
typedef std::shared_ptr<Server> ServerPtr;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user