jtmm2/inc/visual_data.h

6 lines
71 B
C

#pragma once
struct VisualData {
int x, y, img_x, img_y, visible;
};