diff options
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6288,7 +6288,7 @@ bool UWPIsConfigured() } // UWP function handlers get/set -void UWPSetDataPath(const char* path) { CORE.UWP.internalDataPath = path; } +void UWPSetDataPath(const char *path) { CORE.UWP.internalDataPath = path; } UWPQueryTimeFunc UWPGetQueryTimeFunc(void) { return uwpQueryTimeFunc; } void UWPSetQueryTimeFunc(UWPQueryTimeFunc func) { uwpQueryTimeFunc = func; } UWPSleepFunc UWPGetSleepFunc(void) { return uwpSleepFunc; } |
