summaryrefslogtreecommitdiff
path: root/src/rotation3d.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2022-08-30 17:45:40 -0300
committerFrederico Linhares <fred@linhares.blue>2022-08-30 17:45:40 -0300
commitf1f1576543bb4e0f3b9bc4cd0ba4a12a70546c3c (patch)
tree87160fb7462ee5b4385ba6e9b0ccb51657b2f796 /src/rotation3d.hpp
parent42e03ddc3b28c41b81fb5410feb72750530ffa13 (diff)
feat Create 2d graphics pipeline
Diffstat (limited to 'src/rotation3d.hpp')
-rw-r--r--src/rotation3d.hpp6
1 files changed, 3 insertions, 3 deletions
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 */