summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Image.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-03-04 08:59:21 +0800
committerchai <chaifix@163.com>2019-03-04 08:59:21 +0800
commitc19a282e10f51ddd50d198b903f8fbd5a2238b62 (patch)
tree407cfda6ec917a86135153915a924e38f76c0553 /Source/Asura.Engine/Graphics/Image.h
parente1472104af014df0e8598f1a3f9b2496b683d6bb (diff)
*misc
Diffstat (limited to 'Source/Asura.Engine/Graphics/Image.h')
-rw-r--r--Source/Asura.Engine/Graphics/Image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Asura.Engine/Graphics/Image.h b/Source/Asura.Engine/Graphics/Image.h
index da881aa..7897f74 100644
--- a/Source/Asura.Engine/Graphics/Image.h
+++ b/Source/Asura.Engine/Graphics/Image.h
@@ -1,6 +1,7 @@
#ifndef __ASURA_ENGINE_IMAGE_H__
#define __ASURA_ENGINE_IMAGE_H__
+#include "FileSystem/Reloadable.h"
#include "StringMap.hpp"
#include "Manager.hpp"
#include "Texture.h"
@@ -19,7 +20,7 @@ namespace AsuraEngine
/// ImageͼƬڴ󣬶ȡϷ󱣴ĽһImageڴ桢ԴֻᱣһݣҪ
/// imageêλãźתǶȣʹspriteһֻࡣҪǿǵeditorengineʹòͬķװ
///
- class Image final : public Drawable, public Scripting::Portable
+ class Image final : public Drawable, public Scripting::Portable, public Filesystem::Reloadable
{
public: