summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/graphics/blend_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/graphics/blend_mode.h')
-rw-r--r--source/modules/asura-core/graphics/blend_mode.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/source/modules/asura-core/graphics/blend_mode.h b/source/modules/asura-core/graphics/blend_mode.h
index 775cc45..73e1a41 100644
--- a/source/modules/asura-core/graphics/blend_mode.h
+++ b/source/modules/asura-core/graphics/blend_mode.h
@@ -1,17 +1,17 @@
#ifndef __ASURA_ENGINE_BLEND_MODE_H__
#define __ASURA_ENGINE_BLEND_MODE_H__
-namespace AsuraEngine
-{
- namespace Graphics
- {
+#include <asura-utils/classes.h>
+
+namespace_begin(AsuraEngine)
+namespace_begin(Graphics)
- enum BlendMode
- {
+enum BlendMode
+{
- };
+};
- }
-}
+namespace_end
+namespace_end
#endif \ No newline at end of file