diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-01-02 22:41:25 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-01-02 22:41:25 +0500 |
| commit | 9477bf2b6cce08f648b1d9b3c37a2bf697854e70 (patch) | |
| tree | 7c94f575961e41e50d65052d473735b6daa11f0e /lib/colours.h | |
Not working version
Diffstat (limited to 'lib/colours.h')
| -rw-r--r-- | lib/colours.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/colours.h b/lib/colours.h new file mode 100644 index 0000000..e7c637e --- /dev/null +++ b/lib/colours.h @@ -0,0 +1,7 @@ +#define PALET_16BIT + +#ifdef PALET_16BIT + +#define white 0xFFFF + +#endif //PALET_16BIT |
