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

@ -118,7 +118,7 @@ typedef struct {
// Module Functions Declaration
//----------------------------------------------------------------------------------
#ifdef __cplusplus
#if defined(__cplusplus)
extern "C" { // Prevents name mangling of functions
#endif
@ -137,7 +137,7 @@ Vector2 GetGesturePinchVector(void); // Get gesture pinch del
float GetGesturePinchAngle(void); // Get gesture pinch angle
#endif
#ifdef __cplusplus
#if defined(__cplusplus)
}
#endif