mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add out_BinaryFileSlice() definition to output.h.
This commit is contained in:
@@ -28,6 +28,7 @@ void out_PCRelByte(struct Expression * expr);
|
|||||||
void out_WriteObject(void);
|
void out_WriteObject(void);
|
||||||
void out_Skip(int skip);
|
void out_Skip(int skip);
|
||||||
void out_BinaryFile(char *s);
|
void out_BinaryFile(char *s);
|
||||||
|
void out_BinaryFileSlice(char *s, SLONG start_pos, SLONG length);
|
||||||
void out_String(char *s);
|
void out_String(char *s);
|
||||||
void out_AbsLong(SLONG b);
|
void out_AbsLong(SLONG b);
|
||||||
void out_RelLong(struct Expression * expr);
|
void out_RelLong(struct Expression * expr);
|
||||||
|
|||||||
Reference in New Issue
Block a user