minor tweaks
This commit is contained in:
parent
6ecb29f33f
commit
2a2c9e4da8
5 changed files with 10 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue