Corrected keywords usage

This commit is contained in:
raysan5
2016-06-11 12:18:08 +02:00
parent 3884716948
commit c46c0fc652
3 changed files with 9 additions and 27 deletions

View File

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