mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-04 08:56:26 +00:00
minor tweaks
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
// Module Functions Declaration
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if defined(__cplusplus)
|
||||
extern "C" { // Prevents name mangling of functions
|
||||
#endif
|
||||
|
||||
@@ -119,7 +119,7 @@ void SetCameraMoveControls(int keyFront, int keyBack,
|
||||
int keyUp, int keyDown); // Set camera move controls (1st person and 3rd person cameras)
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user