mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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
|