hyperultra/src/lzy.c

12 lines
357 B
C
Raw Permalink Normal View History

2023-03-17 09:50:44 +01:00
#include "cfg.h"
#define LZY_IMPLEMENTATION
#define LZY_GINT_TILESET bimg_tset
#define LZY_GINT_FONT bimg_font
#define LZY_CHR_WIDTH CHR_WIDTH
2023-03-21 21:57:03 +01:00
#define LZY_CHR_HEIGHT CHR_HEIGHT
2023-03-17 09:50:44 +01:00
#define LZY_DISPLAY_WIDTH DISPLAY_WIDTH
#define LZY_DISPLAY_HEIGHT DISPLAY_HEIGHT
#define LZY_FIRST_CHR ' '
#define LZY_TILE_SIZE TSIZE
#include "lzy.h"