mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Review code formatting
This commit is contained in:
@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user