hyperultra/src/cfg.h

9 lines
213 B
C
Raw Permalink Normal View History

2023-03-17 09:50:44 +01:00
#pragma once
2023-03-21 21:57:03 +01:00
#define CHR_WIDTH 13
#define CHR_HEIGHT 25
2023-03-17 09:50:44 +01:00
#define DISPLAY_WIDTH 400
#define DISPLAY_HEIGHT 224
#define TSIZE 16
2023-03-17 13:45:20 +01:00
#define WHITE 255, 255, 255
#define BLACK 0, 0, 0