From dfd5d2eb394355542906c2fc1011dd5ae3eb5b7e Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 9 Jan 2019 00:44:32 +0800 Subject: =?UTF-8?q?*=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Runner/AE_Compressor.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Source/Runner/AE_Compressor.cpp (limited to 'Source/Runner/AE_Compressor.cpp') diff --git a/Source/Runner/AE_Compressor.cpp b/Source/Runner/AE_Compressor.cpp new file mode 100644 index 0000000..4e9cd98 --- /dev/null +++ b/Source/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 -- cgit v1.1-26-g67d0