diff options
| author | Ray <[email protected]> | 2021-06-10 18:00:44 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-10 18:00:44 +0200 |
| commit | b188008a1c746abf1c086a00708a447c1abbb19b (patch) | |
| tree | a838d6b606d86275e904cd036b4d2ae312c06d27 /src/core.c | |
| parent | 7bc2e922c9a04e9a1bb54088522e0f318feeb17c (diff) | |
| download | raylib-b188008a1c746abf1c086a00708a447c1abbb19b.tar.gz raylib-b188008a1c746abf1c086a00708a447c1abbb19b.zip | |
Review code formatting
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; } |
