Files
Renderive/YSGraphic_Core/export.h
T
2026-07-28 17:55:29 +08:00

15 lines
339 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"
#include "primitive/export.h"
struct ScreenInfo {
QSize fullSize;
QSize availableSize;
};
ScreenInfo get_screen_info();