From 9c0c9c9284b4cea07656a5e91eaf90adb961a38e Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 18 Mar 2019 00:17:41 +0800 Subject: *luax --- Source/Asura.Engine/graphics/mesh2d.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Source/Asura.Engine/graphics/mesh2d.h') diff --git a/Source/Asura.Engine/graphics/mesh2d.h b/Source/Asura.Engine/graphics/mesh2d.h index de4a0c8..2c58f00 100644 --- a/Source/Asura.Engine/graphics/mesh2d.h +++ b/Source/Asura.Engine/graphics/mesh2d.h @@ -3,7 +3,7 @@ #include "Scripting/Luax.hpp" -#include "Scripting/Portable.h" +#include "scripting/portable.hpp" namespace AsuraEngine { @@ -13,7 +13,8 @@ namespace AsuraEngine /// /// 2D mesh,用于做一些顶点动画。 /// - class Mesh2D ASURA_FINAL: public Scripting::Portable + class Mesh2D ASURA_FINAL + : public Scripting::Portable { public: -- cgit v1.1-26-g67d0