00001 /* header file for src/module/mods.cpp */ 00002 00003 #ifndef _CORE_MODULE_MODS_HPP 00004 #define _CORE_MODULE_MODS_HPP 00005 00006 namespace Module { 00007 00008 00009 void init(); 00010 00011 00012 }; /*namespace Module*/ 00013 00014 00015 #endif