Files
NXST/include/const.h
2024-07-14 20:20:03 +03:00

2 lines
89 B
C

#define BACKGROUND_COLOR COLOR("00FFFFFF")
#define COLOR(hex) pu::ui::Color::FromHex(hex)