mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Split src/asm/charmap.c into two files
This way it is easier to identify the license of the code. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
6
include/extern/utf8decoder.h
vendored
Normal file
6
include/extern/utf8decoder.h
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef EXTERN_UTF8DECODER_H
|
||||
#define EXTERN_UTF8DECODER_H
|
||||
|
||||
uint32_t decode(uint32_t *state, uint32_t *codep, uint32_t byte);
|
||||
|
||||
#endif /* EXTERN_UTF8DECODER_H */
|
||||
Reference in New Issue
Block a user