Files
Renderive/YSGraphic_Core/export.h
T
2026-07-24 10:54:44 +08:00

14 lines
309 B
C

#pragma once
#include "Axis/export.h"
#include "Generate_Mock_Data.h"
#include "Qt/export.h"
#include "architecture/export.h"
#include "base/export.h"
#include "component/export.h"
#include "plottable/export.h"
struct ScreenInfo {
QSize fullSize;
QSize availableSize;
};
ScreenInfo get_screen_info();