From 91e589d1678a8187c307e09b98b67ec4133092ff Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 01:44:05 +0800 Subject: =?UTF-8?q?*=E6=B8=B8=E6=88=8F=E6=A1=86=E6=9E=B6=E6=94=B9=E7=94=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Asura.Runner/AE_Compressor.cpp | 17 +++++++++++++++++ Source/Asura.Runner/Scripts/main.lua | 0 Source/Asura.Runner/main.cpp | 6 ++++++ 3 files changed, 23 insertions(+) create mode 100644 Source/Asura.Runner/AE_Compressor.cpp create mode 100644 Source/Asura.Runner/Scripts/main.lua create mode 100644 Source/Asura.Runner/main.cpp (limited to 'Source/Asura.Runner') diff --git a/Source/Asura.Runner/AE_Compressor.cpp b/Source/Asura.Runner/AE_Compressor.cpp new file mode 100644 index 0000000..71fb839 --- /dev/null +++ b/Source/Asura.Runner/AE_Compressor.cpp @@ -0,0 +1,17 @@ +#ifndef __AE_COMPRESSOR_H__ +#define __AE_COMPRESSOR_H__ + +namespace AsuraEngine +{ + namespace Runner + { + + class Compressor + { + + }; + + } +} + +#endif \ No newline at end of file diff --git a/Source/Asura.Runner/Scripts/main.lua b/Source/Asura.Runner/Scripts/main.lua new file mode 100644 index 0000000..e69de29 diff --git a/Source/Asura.Runner/main.cpp b/Source/Asura.Runner/main.cpp new file mode 100644 index 0000000..08b4c0b --- /dev/null +++ b/Source/Asura.Runner/main.cpp @@ -0,0 +1,6 @@ +// 游戏会被打包成一个文件名为game.asu,runner读取并解析game.asu内容,运行游戏 + +int main() +{ + +} -- cgit v1.1-26-g67d0