diff options
| author | raysan5 <[email protected]> | 2016-06-11 12:18:08 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2016-06-11 12:18:08 +0200 |
| commit | c46c0fc6520914d6e9488282c02c96395d8bea9f (patch) | |
| tree | 0ea7abbc1fd6fac1327fec0aee666be7639b19c5 /src/physac.h | |
| parent | 38847169480ea52e77a27949c139eca574ac2ba0 (diff) | |
| download | raylib-c46c0fc6520914d6e9488282c02c96395d8bea9f.tar.gz raylib-c46c0fc6520914d6e9488282c02c96395d8bea9f.zip | |
Corrected keywords usage
Diffstat (limited to 'src/physac.h')
| -rw-r--r-- | src/physac.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/physac.h b/src/physac.h index f576ad8a..6a90dc29 100644 --- a/src/physac.h +++ b/src/physac.h @@ -142,10 +142,6 @@ typedef struct PhysicBodyData { bool enabled; } PhysicBodyData, *PhysicBody; -#ifdef __cplusplus -extern "C" { // Prevents name mangling of functions -#endif - //---------------------------------------------------------------------------------- // Module Functions Declaration //---------------------------------------------------------------------------------- @@ -161,10 +157,6 @@ PHYSACDEF void ApplyForceAtPosition(Vector2 position, float force, float radius) PHYSACDEF Rectangle TransformToRectangle(Transform transform); // Convert Transform data type to Rectangle (position and scale) -#ifdef __cplusplus -} -#endif - #endif // PHYSAC_H |
