]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/mode.h
Add stuff so that modules can hook users by altering a pointer in the User class...
[user/henk/code/inspircd.git] / include / mode.h
index ca610e46a0f28157dca75f3d57030d4ffb9f017f..f6022c0901e80a577e00e05578d6fcd66772cc11 100644 (file)
 #ifndef __MODE_H
 #define __MODE_H
 
+/* Forward declarations. */
+class User;
+
+#include "channels.h"
+
 /**
  * Holds the values for different type of modes
  * that can exist, USER or CHANNEL type.