mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-24 03:58:29 +00: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