diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-24 18:19:30 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-11-24 18:19:30 -0700 |
commit | 9e35115be8950e2891232027aaf4bef7be44ace2 (patch) | |
tree | 9dcefb264271e3b5d5a0ee68f7a78441b3e8d8ed /inc | |
parent | 9d0dc24025181a59a4129e024155596830782279 (diff) | |
download | gbarubik-9e35115be8950e2891232027aaf4bef7be44ace2.tar.gz gbarubik-9e35115be8950e2891232027aaf4bef7be44ace2.zip |
rm old camera
Diffstat (limited to 'inc')
-rw-r--r-- | inc/camera.hpp | 14 |
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 |