rntviewer/src/render.h
2024-07-11 16:29:44 +02:00

13 lines
225 B
C

struct Viewer_Settings {
float col_anchor[3];
float col_header[3];
float col_footer[3];
float col_key[3];
float col_tfile[3];
};
struct Edit_Bg_Color_Data {
RNTuple_Info *ntinfo;
Viewer_Settings vsettings;
};