diff options
author | chai <chaifix@163.com> | 2019-03-31 19:59:58 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-03-31 19:59:58 +0800 |
commit | 72bad342ad75294ae85aac8b2e2e7bea54193c15 (patch) | |
tree | 79079bc2ae800b97b13169a3be34aea0faa7428b /source/modules/asura-utils/io/reloadable.h | |
parent | fb7ae1149a80a22c77014d0ece33f6f4b965b631 (diff) |
*misc
Diffstat (limited to 'source/modules/asura-utils/io/reloadable.h')
-rw-r--r-- | source/modules/asura-utils/io/reloadable.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/source/modules/asura-utils/io/reloadable.h b/source/modules/asura-utils/io/reloadable.h deleted file mode 100644 index c3b89ac..0000000 --- a/source/modules/asura-utils/io/reloadable.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef __ASURA_ENGINE_RENEWABLE_H__ -#define __ASURA_ENGINE_RENEWABLE_H__ - -#include "../scripting/portable.hpp" - -namespace AsuraEngine -{ - namespace IO - { - - /// - /// ¹ݽṹͼƬƵ֣ӽݿֱӹڱ༭ - /// ¹handleֵı䲻߱ƻԣڲıhandleԴ - /// - ASURA_ABSTRACT class Renewable - { - public: - Renewable(); - virtual ~ Renewable(); - - /// - /// ̳RenewableҪṩһRefresh - /// - virtual bool Refresh(AEIO::DecodedData* decode_data) = 0; - - }; - - } -} - -namespace AEIO = AsuraEngine::IO; - -#endif
\ No newline at end of file |