#ifndef __CORE_H__ #define __CORE_H_ #include void init_core(); void event_loop(); #endif // __CORE_H__