diff options
author | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-11-21 13:29:11 -0700 |
---|---|---|
committer | Lizzy Hunt <lizzy.hunt@usu.edu> | 2023-11-21 13:34:42 -0700 |
commit | 205bddb307a1148828ae1cdbc56e960a401834a3 (patch) | |
tree | 960be56f99a79c04284fdf426de2a1f2de641deb /src/camera.cpp | |
download | gbarubik-205bddb307a1148828ae1cdbc56e960a401834a3.tar.gz gbarubik-205bddb307a1148828ae1cdbc56e960a401834a3.zip |
init
Diffstat (limited to 'src/camera.cpp')
-rw-r--r-- | src/camera.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/camera.cpp b/src/camera.cpp new file mode 100644 index 0000000..e77b881 --- /dev/null +++ b/src/camera.cpp @@ -0,0 +1,3 @@ +#include "Camera.hpp" + +Camera::Camera() : m_pos(0) {} |