git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit a702abdbfbefd67539903e5300026d84202f25b9
parent 32fecd08d8e125e209690ba20130c1a73364b0b5
Author: Toxa <untoxa@mail.ru>
Date:   Thu, 22 Feb 2024 14:45:46 +0300

SMS/GG: missing include sms.h in the sms/metasprites.h

Diffstat:
Mgbdk-lib/include/sms/metasprites.h1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/gbdk-lib/include/sms/metasprites.h b/gbdk-lib/include/sms/metasprites.h @@ -14,6 +14,7 @@ #ifndef _METASPRITES_H_INCLUDE #define _METASPRITES_H_INCLUDE +#include <sms/sms.h> #include <sms/hardware.h> #include <types.h> #include <stdint.h>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.