mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 20:00:49 +00:00
8 lines
117 B
C
8 lines
117 B
C
|
#ifndef XMP_PLATFORM_H
|
||
|
#define XMP_PLATFORM_H
|
||
|
|
||
|
FILE *make_temp_file(char **);
|
||
|
void unlink_temp_file(char *);
|
||
|
|
||
|
#endif
|