summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-core/graphics/image.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-core/graphics/image.h')
-rw-r--r--source/libs/asura-lib-core/graphics/image.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/libs/asura-lib-core/graphics/image.h b/source/libs/asura-lib-core/graphics/image.h
index 2dd3a4a..d8577ad 100644
--- a/source/libs/asura-lib-core/graphics/image.h
+++ b/source/libs/asura-lib-core/graphics/image.h
@@ -69,8 +69,10 @@ namespace AsuraEngine
LUAX_DECL_METHOD(l_GetSize);
};
-
+
}
}
+namespace AEGraphics = AsuraEngine::Graphics;
+
#endif \ No newline at end of file