aboutsummaryrefslogtreecommitdiff
path: root/src/fb/chfb.hpp
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2026-01-12 22:30:16 +0100
committervimene <vincent.menegaux@gmail.com>2026-01-12 22:30:16 +0100
commitc6e180ed8ba897620327938dc19f6ee792860fd4 (patch)
treeff986a71639ba118d175b33ea1782b7f7f043891 /src/fb/chfb.hpp
parentf9c6bd77af826423fba4aeec86b227ccd7102b4e (diff)
downloadengine-c6e180ed8ba897620327938dc19f6ee792860fd4.tar.gz
fixed wrong header guard
Diffstat (limited to 'src/fb/chfb.hpp')
-rw-r--r--src/fb/chfb.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fb/chfb.hpp b/src/fb/chfb.hpp
index 8e47d6b..7f6857b 100644
--- a/src/fb/chfb.hpp
+++ b/src/fb/chfb.hpp
@@ -1,5 +1,5 @@
-#ifndef FB_CHFB_H
-#define FB_CHFB_H
+#ifndef FB_CHFB_HPP
+#define FB_CHFB_HPP
#include <vector>
#include "math/vector.hpp"
@@ -35,4 +35,4 @@ class CharacterFrameBuffer {
}
-#endif // FB_CHFB_H
+#endif // FB_CHFB_HPP