MQEngine
载入中...
搜索中...
未找到
headers.h
浏览该文件的文档.
1
5#ifndef ENGINE_HEADERS_H
6#define ENGINE_HEADERS_H
7#ifdef _WIN32
8 #ifdef BUILD_ENGINE
9 #define ENGINE_API __declspec(dllexport)
10 #else
11 #define ENGINE_API __declspec(dllimport)
12 #endif
13#else
14 #define ENGINE_API
15#endif
17#include "core/engine.h"
18#include "core/entry.h"
19#include "core/systemmanager.h"
20#include "core/enginescope.h"
21#endif //HEADERS_H
A header file containing third party libraries and macros for platform
Engine scope for managing the engine instance
The declaration of entry point
class header for start and stop system