]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/base.h
Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include lists
[user/henk/code/inspircd.git] / include / base.h
index 2289fa5e0eada282834f544de6e3b2e76487d749..f86dc94bcdd37f3be1f09eb55c007f8b1b266b48 100644 (file)
@@ -26,8 +26,8 @@
 typedef void* VoidPointer;
 typedef std::map<std::string,char*> ExtensibleStore;
 
-extern time_t TIME;
+class InspIRCd;
+
 /** The base class for all inspircd classes
 */ 
 class classbase
@@ -40,7 +40,7 @@ class classbase
        /** Constructor,
         * Sets the object's time
         */
-       classbase() { age = TIME; }
+       classbase();
        ~classbase() { }
 };