From ed55634426e42bb151f6c1710d8d0446e8ece8e1 Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 19 Jan 2019 10:18:00 +0800 Subject: =?UTF-8?q?*=E4=BF=AE=E6=94=B9=E6=9E=B6=E6=9E=84?= 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/main.cpp | 2 +- 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 Source/Asura.Runner/AE_Compressor.cpp (limited to 'Source/Asura.Runner') diff --git a/Source/Asura.Runner/AE_Compressor.cpp b/Source/Asura.Runner/AE_Compressor.cpp deleted file mode 100644 index 71fb839..0000000 --- a/Source/Asura.Runner/AE_Compressor.cpp +++ /dev/null @@ -1,17 +0,0 @@ -#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/main.cpp b/Source/Asura.Runner/main.cpp index 08b4c0b..1e71d40 100644 --- a/Source/Asura.Runner/main.cpp +++ b/Source/Asura.Runner/main.cpp @@ -1,4 +1,4 @@ -// 游戏会被打包成一个文件名为game.asu,runner读取并解析game.asu内容,运行游戏 +// 游戏会被打包成一个资源文件,runner读取并解析内容,运行游戏 int main() { -- cgit v1.1-26-g67d0