]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/aClient.h
Implemented the definitions for the new items class and added some declarations into...
[irc/gameservirc.git] / gameserv / aClient.h
index 8e6b672c7635d9a0fe426bf548fa5aea0a2035f8..64a462ea222159cf6816e05a11004337102010a3 100644 (file)
@@ -2,9 +2,11 @@
 #define ACLIENT_H
 
 #include <string.h>
+#include "item.h"
 #include "options.h"
 #include "player.h"
 #include <iostream>
+
 using std::ostream;
 
 class Player; // forward declaration