diff options
Diffstat (limited to 'src/fb')
| -rw-r--r-- | src/fb/chfb.hpp | 6 | ||||
| -rw-r--r-- | src/fb/pixfb.hpp | 6 |
2 files changed, 6 insertions, 6 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 diff --git a/src/fb/pixfb.hpp b/src/fb/pixfb.hpp index f7a7acb..92fa604 100644 --- a/src/fb/pixfb.hpp +++ b/src/fb/pixfb.hpp @@ -1,5 +1,5 @@ -#ifndef FB_PIXFB_H -#define FB_PIXFB_H +#ifndef FB_PIXFB_HPP +#define FB_PIXFB_HPP #include <vector> #include <cstdint> @@ -37,4 +37,4 @@ class PixelFrameBuffer { } -#endif // FB_PIXFB_H +#endif // FB_PIXFB_HPP |
