minor tweaks

This commit is contained in:
Ray 2022-08-02 17:25:24 +02:00
parent 6ecb29f33f
commit 2a2c9e4da8
5 changed files with 10 additions and 10 deletions

View file

@ -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