dl
dl
dl.h
浏览该文件的文档.
1
12
#pragma once
13
14
#if DL_PLATFORM == DL_PLATFORM_WIN32
15
#define WIN32_LEAN_AND_MEAN
16
#endif
17
18
#include <
dl_io.h
>
19
#include <
dl_type.h
>
20
#include <
dl_range.h
>
21
22
#include <
memory/dl_memory.h
>
23
#include <
memory/dl_crypto.h
>
24
#include <
memory/dl_stream_input.h
>
25
#include <
memory/dl_stream_output.h
>
26
#include <
memory/dl_memory_reuse.h
>
27
28
#include <
math/dl_guid.h
>
29
#include <
math/dl_mesh.h
>
30
#include <
math/dl_physics.h
>
31
32
#include <
system/dl_platform.h
>
33
#include <
system/dl_time.h
>
34
#include <
system/dl_engine.h
>
35
#include <
system/dl_system.h
>
36
#include <
system/dl_audio_loader.h
>
37
#include <
system/dl_audio.h
>
38
#include <
system/dl_midi.h
>
39
#include <
system/dl_thread.h
>
40
#include <
system/dl_process.h
>
41
#include <
system/dl_infoware.h
>
42
#include <
system/dl_windows.h
>
43
44
#include <
dl_render.h
>
45
46
#include <
misc/dl_code_writer.h
>
47
#include <
misc/dl_mod.h
>
48
#include <
misc/dl_json_config.h
>
49
#include <
misc/dl_tilemap.h
>
50
#include <
misc/dl_astar.h
>
51
52
#include <
script/dl_script.h
>
53
#include <
script/dl_script_test.h
>
54
#include <
script/dl_as.h
>
55
#include <
script/dl_lua.h
>
56
57
#include <
dl_ui.h
>
58
59
#include <
tool/dl_tool_debug_info.h
>
60
#include <
tool/dl_tool_ruler.h
>
61
#include <
tool/dl_tool_archiver.h
>
62
#include <
tool/dl_tool_manager.h
>
63
#include <
tool/dl_tool_ctrl_2d.h
>
64
dl_as.h
angelscript封装
dl_astar.h
A星寻路
dl_audio.h
音频系统
dl_audio_loader.h
加载音频文件
dl_code_writer.h
根据一定规则生成C++代码
dl_crypto.h
密码算法
dl_engine.h
dl引擎组件
dl_guid.h
唯一标识符
dl_infoware.h
infoware库包装
dl_io.h
io相关
dl_json_config.h
json自动化配置
dl_lua.h
lua封装
dl_memory.h
内存操作相关
dl_memory_reuse.h
复用内存
dl_mesh.h
3d几何体(三角面)
dl_midi.h
midi
dl_mod.h
模组框架
dl_physics.h
3d物理,基于Bullet3
dl_platform.h
平台宏
dl_process.h
进程封装
dl_range.h
范围操作
dl_render.h
绘图
dl_script.h
dl脚本语言
dl_script_test.h
dl脚本测试用例
dl_stream_input.h
输入流
dl_stream_output.h
输出流
dl_system.h
窗口主系统
dl_thread.h
线程封装
dl_tilemap.h
瓦片地图相关算法
dl_time.h
时间相关
dl_tool_archiver.h
归档器,将文件夹变为一个文件
dl_tool_ctrl_2d.h
2d地图控制器
dl_tool_debug_info.h
显示FPS等信息
dl_tool_manager.h
集合多个工具的界面
dl_tool_ruler.h
尺子,单位像素
dl_type.h
通用类型
dl_ui.h
ui系统
dl_windows.h
win32相关接口
制作者
1.13.1