aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKikooDX <kikoodx@paranoici.org>2022-02-28 23:13:20 +0100
committerKikooDX <kikoodx@paranoici.org>2022-02-28 23:13:20 +0100
commit092aeb3e40dc3bb41b852775a720b3af542a30d9 (patch)
treeec6df4f6d9538976dc55ffb1b7ddcd6b17d93054
parent9793cc16677226372d4b0b37dd11a35a73d860fb (diff)
downloadlzy-092aeb3e40dc3bb41b852775a720b3af542a30d9.tar.gz
consume implementation macro
-rw-r--r--inc/lzy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/lzy.h b/inc/lzy.h
index 1ec1fc9..463e5c4 100644
--- a/inc/lzy.h
+++ b/inc/lzy.h
@@ -47,6 +47,7 @@ enum LZY_ScanCode {
/* implementation */
#ifdef LZY_IMPLEMENTATION
+#undef LZY_IMPLEMENTATION
#ifndef LZY_TILE_SIZE
#define LZY_TILE_SIZE 16
#endif