wehfou/src/lzy.c

12 lines
362 B
C
Raw Normal View History

2022-04-01 17:37:59 +02:00
#include "conf.h"
#define LZY_IMPLEMENTATION
#define LZY_GINT_TILESET bimg_tset
#define LZY_GINT_FONT bimg_font
#define LZY_CHR_WIDTH CHR_WIDTH
#define LZY_CHR_HEIGHT CHR_HEIGHT
#define LZY_DISPLAY_WIDTH DISPLAY_WIDTH
#define LZY_DISPLAY_HEIGHT DISPLAY_HEIGHT
#define LZY_FIRST_CHR ' '
2022-04-01 18:31:34 +02:00
#define LZY_TILE_SIZE TILE_SIZE
2022-04-01 17:37:59 +02:00
#include "lzy.h"