From 9e35115be8950e2891232027aaf4bef7be44ace2 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 24 Nov 2023 18:19:30 -0700 Subject: rm old camera --- inc/camera.hpp | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 inc/camera.hpp (limited to 'inc') 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 - -#ifndef CAMERA_HPP -#define CAMERA_HPP - -class Camera { -private: - std::uint32_t m_pos; - -public: - Camera(); -}; - -#endif -- cgit v1.2.3-70-g09d2