summaryrefslogtreecommitdiff
path: root/src/lzy.c
blob: 436e1aec8d3eacd23dba1919f12c0db976750669 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "cfg.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      ' '
#define LZY_TILE_SIZE      TSIZE
#include "lzy.h"