00001 /*header file for src/main.cpp*/ 00002 00003 #ifndef _CORE_MAIN_HPP 00004 #define _CORE_MAIN_HPP 00005 00006 int main(); 00007 00008 void VarieteThread(); 00009 00010 #endif