Removed DrawPhysicObjectInfo() function

To avoid additional dependencies
This commit is contained in:
raysan5
2016-06-02 19:16:11 +02:00
parent cafc66a3c1
commit 2168d8aa1a
3 changed files with 0 additions and 18 deletions

View File

@@ -92,7 +92,6 @@ void ApplyForce(PhysicObject pObj, Vector2 force);
void ApplyForceAtPosition(Vector2 position, float force, float radius); // Apply radial force to all physic objects in range
Rectangle TransformToRectangle(Transform transform); // Convert Transform data type to Rectangle (position and scale)
void DrawPhysicObjectInfo(PhysicObject pObj, Vector2 position, int fontSize); // Draw physic object information at screen position
#ifdef __cplusplus
}