mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 02:21:15 +00:00
Fix: Correction to suite style guidelines
This commit is contained in:
parent
4a000cc322
commit
bd46a7e3dd
@ -38,4 +38,4 @@ bool NX_GetPathInfo(const char *path, SDL_PathInfo *info)
|
||||
if (info) *info = tmp_info;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,8 +2,9 @@
|
||||
#define NX_FILESYS_H
|
||||
|
||||
#include <SDL3/SDL_filesystem.h>
|
||||
#include "SDL_dupes.h"
|
||||
|
||||
#define SDL_GetPathInfo NX_GetPathInfo // Override broken SDL_GetPathInfo
|
||||
bool NX_GetPathInfo(const char *path, SDL_PathInfo *info);
|
||||
|
||||
#endif // NX_FILESYS_H
|
||||
#endif // NX_FILESYS_H
|
||||
|
||||
Loading…
Reference in New Issue
Block a user