gates_of_skeldal/INST/SETUP.H
2025-01-24 18:27:22 +01:00

18 lines
427 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extern word ikones;
extern word boldcz;
extern word sipka;
extern word font6x9;
extern void *bbutt;
extern word *vga_font;
extern word *icones;
extern word icone_color[];
extern word ramecek;
extern word *ramecky[];
//#define WINCOLOR 0x6318
#define WINCOLOR (31*1024+31*32+26)
#define LABELCOLOR (11*1024+11*32+06)
#define BUTTONCOLOR (28*1024+24*32+3)
#define PRG_HEADER "Br ny Skeldalu Setup v1."VERSION
extern FILE *ini;