jtmm2/inc/visual_data.h

6 lines
71 B
C
Raw Permalink Normal View History

2021-12-16 15:57:50 +01:00
#pragma once
struct VisualData {
int x, y, img_x, img_y, visible;
};