Converted all the EQStreams into EQStreamInterfaces, dear god help us.

This commit is contained in:
KimLS
2016-09-24 22:43:29 -07:00
parent 4cb7d9a352
commit 751e61d6e5
24 changed files with 77 additions and 59 deletions
+1 -1
View File
@@ -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