#include #ifndef CAMERA_HPP #define CAMERA_HPP class Camera { private: std::uint32_t m_pos; public: Camera(); }; #endif