diff options
Diffstat (limited to 'source/modules/asura-core/graphics/binding/_mesh2d.cpp')
-rw-r--r-- | source/modules/asura-core/graphics/binding/_mesh2d.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source/modules/asura-core/graphics/binding/_mesh2d.cpp b/source/modules/asura-core/graphics/binding/_mesh2d.cpp index 07e9f12..4e3f426 100644 --- a/source/modules/asura-core/graphics/binding/_mesh2d.cpp +++ b/source/modules/asura-core/graphics/binding/_mesh2d.cpp @@ -2,10 +2,9 @@ using namespace std; -namespace AsuraEngine -{ - namespace Graphics - { +namespace_begin(AsuraEngine) +namespace_begin(Graphics) + LUAX_REGISTRY(Mesh2D) { |