diff options
Diffstat (limited to 'source/modules/asura-core/image/image_data.cpp')
-rw-r--r-- | source/modules/asura-core/image/image_data.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/source/modules/asura-core/image/image_data.cpp b/source/modules/asura-core/image/image_data.cpp index 1a6d3a2..b35c4b2 100644 --- a/source/modules/asura-core/image/image_data.cpp +++ b/source/modules/asura-core/image/image_data.cpp @@ -3,13 +3,15 @@ #include "stb_decoder.h" #include "image_decoder.h" +using namespace std; + +using namespace AEGraphics; + namespace AsuraEngine { - namespace Graphics + namespace Image { - using namespace std; - // imagedecoderΪԡ list<ImageDecoder*> ImageData::ImageDecoders = { new PNGDecoder(), // png |