gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 8eea746353118c9025bbd6640d8aefb3e82d62bc parent 3c13d7eeb8495ae15d70541a14aa1da90fcc5abd Author: Toxa <untoxa@mail.ru> Date: Mon, 28 Dec 2020 13:09:47 +0300 include types.h in cgb.h allows inclusion of cgb.h without gb.h Diffstat:
| M | gbdk-lib/include/gb/cgb.h | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/include/gb/cgb.h b/gbdk-lib/include/gb/cgb.h @@ -17,6 +17,8 @@ #ifndef _CGB_H #define _CGB_H +#include <types.h> + /** Macro to create a CGB palette color entry out of the color components. @param r Red Component, range 0 - 31 (31 brightest)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.