rntviewer/src/render.h

11 lines
160 B
C
Raw Normal View History

2024-07-11 12:27:19 +00:00
struct Viewer_Settings {
float col_header[3];
float col_footer[3];
};
struct Edit_Bg_Color_Data {
RNTuple_Info *ntinfo;
Viewer_Settings vsettings;
};