mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
REVIEWED: Issue with symbols exposure
This commit is contained in:
@ -138,8 +138,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
|
||||
|
||||
static void InitKeyboard(void); // Initialize raw keyboard system
|
||||
static void RestoreKeyboard(void); // Restore keyboard system
|
||||
|
||||
Reference in New Issue
Block a user