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
16
#include "
thirdparty/thirdparty.h
"
17
#include "
core/engine.h
"
18
#include "
core/entry.h
"
19
#include "
core/systemmanager.h
"
20
#include "
core/enginescope.h
"
21
#endif
//HEADERS_H
thirdparty.h
A header file containing third party libraries and macros for platform
engine.h
enginescope.h
Engine scope for managing the engine instance
entry.h
The declaration of entry point
systemmanager.h
class header for start and stop system
MQEngine
Engine
src
headers.h
制作者
1.14.0