diff options
Diffstat (limited to 'src/o3d/camera.hpp')
| -rw-r--r-- | src/o3d/camera.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/o3d/camera.hpp b/src/o3d/camera.hpp index b3588fb..eb10450 100644 --- a/src/o3d/camera.hpp +++ b/src/o3d/camera.hpp @@ -1,5 +1,5 @@ -#ifndef O3D_CAMERA_H -#define O3D_CAMERA_H +#ifndef O3D_CAMERA_HPP +#define O3D_CAMERA_HPP #include "math/mat4.hpp" #include "math/tform.hpp" @@ -21,4 +21,4 @@ struct Camera { } -#endif // O3D_CAMERA_H +#endif // O3D_CAMERA_HPP |
