mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
REVIEWED: Issue with functions definitions
This commit is contained in:
@ -565,7 +565,7 @@ void PollInputEvents(void)
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
// Initialize platform: graphics, inputs and more
|
||||
static int InitPlatform(void)
|
||||
int InitPlatform(void)
|
||||
{
|
||||
platform.fd = -1;
|
||||
platform.connector = NULL;
|
||||
@ -916,7 +916,7 @@ static int InitPlatform(void)
|
||||
}
|
||||
|
||||
// Close platform
|
||||
static void ClosePlatform(void)
|
||||
void ClosePlatform(void)
|
||||
{
|
||||
if (platform.prevFB)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user