diff options
author | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-28 08:57:31 +0800 |
commit | ce5343ec4e5766f6a7485649f7395d4e072bd706 (patch) | |
tree | fbe41405720aac97bdb4ee08435031823d2c401d /Source/Asura.Engine/FileSystem/Asset.h | |
parent | 6c8788ed76e1ead173fdeb51caaa43d538fcfe21 (diff) |
*misc
Diffstat (limited to 'Source/Asura.Engine/FileSystem/Asset.h')
-rw-r--r-- | Source/Asura.Engine/FileSystem/Asset.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Source/Asura.Engine/FileSystem/Asset.h b/Source/Asura.Engine/FileSystem/Asset.h deleted file mode 100644 index e96d36b..0000000 --- a/Source/Asura.Engine/FileSystem/Asset.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __AE_ASSET_H__ -#define __AE_ASSET_H__ - -#include "Object.h" - -namespace AsuraEngine -{ - namespace Filesystem - { - - /// - /// AssetΪһassetļжȡ - /// - class Asset : public Object - { - - }; - - } -} - -#endif
\ No newline at end of file |