mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 03:06:38 +00:00
Converted all the EQStreams into EQStreamInterfaces, dear god help us.
This commit is contained in:
+1
-1
@@ -207,7 +207,7 @@ struct ClientReward
|
||||
|
||||
class ClientFactory {
|
||||
public:
|
||||
Client *MakeClient(std::shared_ptr<EQStream> ieqs);
|
||||
Client *MakeClient(std::shared_ptr<EQStreamInterface> ieqs);
|
||||
};
|
||||
|
||||
class Client : public Mob
|
||||
|
||||
Reference in New Issue
Block a user