gbarubik/src/camera.cpp
Lizzy Hunt 205bddb307
init
2023-11-21 13:34:42 -07:00

4 lines
54 B
C++

#include "Camera.hpp"
Camera::Camera() : m_pos(0) {}