From 205bddb307a1148828ae1cdbc56e960a401834a3 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Tue, 21 Nov 2023 13:29:11 -0700 Subject: init --- inc/camera.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 inc/camera.hpp (limited to 'inc') diff --git a/inc/camera.hpp b/inc/camera.hpp new file mode 100644 index 0000000..56dd89b --- /dev/null +++ b/inc/camera.hpp @@ -0,0 +1,14 @@ +#include + +#ifndef CAMERA_HPP +#define CAMERA_HPP + +class Camera { +private: + std::uint32_t m_pos; + +public: + Camera(); +}; + +#endif -- cgit v1.2.3-70-g09d2