mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 19:29:18 -05:00
REVIEWED: Issue with symbols exposure
This commit is contained in:
@ -111,8 +111,8 @@ static PlatformData platform = { 0 }; // Platform specific data
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Internal Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
static int InitPlatform(void); // Initialize platform (graphics, inputs and more)
|
||||
static void ClosePlatform(void); // Close platform
|
||||
int InitPlatform(void); // Initialize platform (graphics, inputs and more)
|
||||
void ClosePlatform(void); // Close platform
|
||||
|
||||
// Error callback event
|
||||
static void ErrorCallback(int error, const char *description); // GLFW3 Error Callback, runs on GLFW3 error
|
||||
|
||||
Reference in New Issue
Block a user