summaryrefslogtreecommitdiffhomepage
path: root/src/rcore.c
diff options
context:
space:
mode:
authorRay <[email protected]>2023-10-19 13:57:31 +0200
committerRay <[email protected]>2023-10-19 13:57:31 +0200
commit081fffd46e56ae1e6f80b12bf8fe5728828def22 (patch)
treef70765fa3bd442155120827e00423603eb253ee3 /src/rcore.c
parentb674e344a878613881d5e8d0e9f86176e4c0a56f (diff)
downloadraylib-081fffd46e56ae1e6f80b12bf8fe5728828def22.tar.gz
raylib-081fffd46e56ae1e6f80b12bf8fe5728828def22.zip
REVIEWED: Issue with functions definitions
Diffstat (limited to 'src/rcore.c')
-rw-r--r--src/rcore.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rcore.c b/src/rcore.c
index fd0335c6..e3cd0818 100644
--- a/src/rcore.c
+++ b/src/rcore.c
@@ -2523,7 +2523,8 @@ int GetTouchPointCount(void)
//----------------------------------------------------------------------------------
// NOTE: Functions with a platform-specific implementation on rcore_<platform>.c
-//static bool InitPlatform(void)
+//int InitPlatform(void)
+//void ClosePlatform(void)
// Initialize hi-resolution timer
void InitTimer(void)