mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 17:49:21 +02:00
add missing delcarations
This commit is contained in:
parent
a96659e9bc
commit
d5b4137ead
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user