mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
7 lines
155 B
C
7 lines
155 B
C
#pragma once
|
|
|
|
extern bool use_light_theme;
|
|
extern float manual_dpi_scaling;
|
|
|
|
void parseSettingsOrDefaults();
|
|
void renderSettings(int wwidth, int wheight);
|