gbarubik/src/camera.cpp

4 lines
54 B
C++
Raw Normal View History

2023-11-21 15:29:11 -05:00
#include "Camera.hpp"
Camera::Camera() : m_pos(0) {}