summaryrefslogtreecommitdiff
path: root/inc/camera.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'inc/camera.hpp')
-rw-r--r--inc/camera.hpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/inc/camera.hpp b/inc/camera.hpp
deleted file mode 100644
index 56dd89b..0000000
--- a/inc/camera.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <cstdint>
-
-#ifndef CAMERA_HPP
-#define CAMERA_HPP
-
-class Camera {
-private:
- std::uint32_t m_pos;
-
-public:
- Camera();
-};
-
-#endif