mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-14 03:40:50 +00:00
d715918e45
git-svn-id: https://svn.eduke32.com/eduke32@6158 1a8010ca-5511-0410-912e-c29ae57300e0
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
|