diff options
| author | Ray <[email protected]> | 2023-10-11 11:55:12 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-10-11 11:55:12 +0200 |
| commit | a2c5f01059e9c8efd951c06a87a37e39120daf00 (patch) | |
| tree | 3343625fcdab540eb840efb7ecebab1d967c3ba9 /src/rcore.c | |
| parent | 0d175a69ae1e7072e05587b5f7505bac0c07b4ce (diff) | |
| download | raylib-a2c5f01059e9c8efd951c06a87a37e39120daf00.tar.gz raylib-a2c5f01059e9c8efd951c06a87a37e39120daf00.zip | |
Reordered one function
Diffstat (limited to 'src/rcore.c')
| -rw-r--r-- | src/rcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c index 595cbfe0..8b5b3bf4 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -2285,7 +2285,7 @@ int GetTouchPointCount(void) // Module Internal Functions Definition //---------------------------------------------------------------------------------- -// Platform-specific functions +// NOTE: Functions with a platform-specific implementation on rcore_<platform>.c //static bool InitGraphicsDevice(int width, int height) // Set viewport for a provided width and height |
