Files
rgbds/include/link/object.h
Antonio Niño Díaz ec76431c51 Replace C types by stdint.h types
Not all occurrences have been replaced, in some cases they have been
left as they were before (like in rgbgfx and when they are in the
interface of a C standard library function).

Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
2017-12-31 15:46:22 +01:00

7 lines
104 B
C

#ifndef RGBDS_LINK_OBJECT_H
#define RGBDS_LINK_OBJECT_H
void obj_Readfile(char *tzObjectfile);
#endif