mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-20 12:31:14 +00:00
7 lines
117 B
C
7 lines
117 B
C
#ifndef XMP_PLATFORM_H
|
|
#define XMP_PLATFORM_H
|
|
|
|
FILE *make_temp_file(char **);
|
|
void unlink_temp_file(char *);
|
|
|
|
#endif
|