summaryrefslogtreecommitdiff
path: root/src/lzy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lzy.c')
-rw-r--r--src/lzy.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lzy.c b/src/lzy.c
new file mode 100644
index 0000000..c4e903b
--- /dev/null
+++ b/src/lzy.c
@@ -0,0 +1,10 @@
+#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 ' '
+#include "lzy.h"