Adoranda/include/camera.h

5 lines
43 B
C

#pragma once
struct Camera {
int x, y;
};