From f1f1576543bb4e0f3b9bc4cd0ba4a12a70546c3c Mon Sep 17 00:00:00 2001 From: Frederico Linhares Date: Tue, 30 Aug 2022 17:45:40 -0300 Subject: feat Create 2d graphics pipeline --- src/rotation3d.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/rotation3d.hpp') diff --git a/src/rotation3d.hpp b/src/rotation3d.hpp index 6b94e89..6d3980d 100644 --- a/src/rotation3d.hpp +++ b/src/rotation3d.hpp @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef CANDY_GEAR_ROTATION3D_H -#define CANDY_GEAR_ROTATION3D_H 1 +#ifndef CANDY_GEAR_ROTATION_3D_H +#define CANDY_GEAR_ROTATION_3D_H 1 #include "core.hpp" @@ -24,4 +24,4 @@ extern const struct mrb_data_type cg_rotation3d_type; void cg_rotation3d_init(mrb_state *mrb); -#endif /* CANDY_GEAR_ROTATION3D_H */ +#endif /* CANDY_GEAR_ROTATION_3D_H */ -- cgit v1.2.3