9 lines
179 B
C++
9 lines
179 B
C++
#ifndef __JABYENGINE__HPP__
|
|
#define __JABYENGINE__HPP__
|
|
#include "jabyengine_defines.h"
|
|
|
|
namespace JabyEngine {
|
|
typedef void (*MainRoutine)();
|
|
}
|
|
|
|
#endif //!__JABYENGINE__HPP__
|