REVIEWED: Issue with symbols exposure

This commit is contained in:
Ray
2023-10-19 13:46:02 +02:00
parent 65dd0afb60
commit b674e344a8
6 changed files with 13 additions and 12 deletions

View File

@@ -85,8 +85,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