hyperultra/src/cfg.h

9 lines
213 B
C

#pragma once
#define CHR_WIDTH 13
#define CHR_HEIGHT 25
#define DISPLAY_WIDTH 400
#define DISPLAY_HEIGHT 224
#define TSIZE 16
#define WHITE 255, 255, 255
#define BLACK 0, 0, 0