mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Follow Linux kernel coding style. Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
7 lines
130 B
C
7 lines
130 B
C
#ifndef RGBDS_LINK_OBJECT_H
|
|
#define RGBDS_LINK_OBJECT_H
|
|
|
|
void obj_Readfile(char *tzObjectfile);
|
|
|
|
#endif /* RGBDS_LINK_OBJECT_H */
|