#ifndef _ENGINE_H #define _ENGINE_H #include void engine(void); void physics(void); void graphics(void); #endif