diff options
author | chai <chaifix@163.com> | 2019-01-09 00:44:32 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-09 00:44:32 +0800 |
commit | dfd5d2eb394355542906c2fc1011dd5ae3eb5b7e (patch) | |
tree | 46a3dd12bfca4d4dc0cb9d65c74e6e2e9e2c5ec4 /Source/Runner/AE_Compressor.cpp |
*初始化
Diffstat (limited to 'Source/Runner/AE_Compressor.cpp')
-rw-r--r-- | Source/Runner/AE_Compressor.cpp | 17 |
1 files changed, 17 insertions, 0 deletions
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 |