Adoranda/include/camera.h

5 lines
43 B
C
Raw Normal View History

2021-08-19 02:29:51 +02:00
#pragma once
struct Camera {
int x, y;
};