home *** CD-ROM | disk | FTP | other *** search
- #ifndef __SubSystemInfo_h__
- #define __SubSystemInfo_h__
-
-
- class SubSystemInfo{
- public:
- static bool init();
- static bool shutdown();
- static bool wasInit();
-
- static bool registerCVarsAndCCmds();
- static bool unregisterCVarsAndCCmds();
-
- protected:
- static bool initialized;
- };
-
- #endif /* __SubSystemInfo_h__ */
-