14 lines
309 B
C
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();
|