mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Replace 8 and 16 bit custom types by stdint.h types
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -105,7 +105,7 @@ readUTF8Char(char *dest, char *src)
|
||||
}
|
||||
|
||||
int
|
||||
charmap_Add(char *input, UBYTE output)
|
||||
charmap_Add(char *input, uint8_t output)
|
||||
{
|
||||
int i;
|
||||
size_t input_length;
|
||||
|
||||
Reference in New Issue
Block a user