REDRIVER2/src_rebuild/Game/platform.h
2021-02-26 23:37:08 +06:00

14 lines
194 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
#include "STRINGS.H"
#ifndef PSX
#include "../utils/fs.h"
#endif
#ifdef __GNUC__
#define _stricmp(s1, s2) strcasecmp(s1, s2)
#endif
#endif // PLATFORM_H