mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-28 01:39:17 -05:00
REVIEWED: Issue with symbols exposure
This commit is contained in:
@ -71,8 +71,8 @@ static PlatformData platform = { 0 }; // Platform specific data
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Internal Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
static int InitPlatform(void); // Initialize platform (graphics, inputs and more)
|
||||
static bool InitGraphicsDevice(void); // Initialize graphics device
|
||||
int InitPlatform(void); // Initialize platform (graphics, inputs and more)
|
||||
bool InitGraphicsDevice(void); // Initialize graphics device
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Module Functions Declaration
|
||||
|
||||
Reference in New Issue
Block a user