aboutsummaryrefslogtreecommitdiff
path: root/src/physac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physac.h')
-rw-r--r--src/physac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/physac.h b/src/physac.h
index 6cef480a..b2ae2766 100644
--- a/src/physac.h
+++ b/src/physac.h
@@ -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
}