From a1809fad4c9f03727e2067ed53f4502b3d442261 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 13:11:56 +0100 Subject: [PATCH] Renamed directory: physac -> physics Examples categories are independent from the module they use, despite in some cases module name matches category name. --- examples/{physac => physics}/physics_demo.c | 0 examples/{physac => physics}/physics_demo.png | Bin examples/{physac => physics}/physics_friction.c | 0 examples/{physac => physics}/physics_friction.png | Bin examples/{physac => physics}/physics_movement.c | 0 examples/{physac => physics}/physics_movement.png | Bin examples/{physac => physics}/physics_restitution.c | 0 .../{physac => physics}/physics_restitution.png | Bin examples/{physac => physics}/physics_shatter.c | 0 examples/{physac => physics}/physics_shatter.png | Bin 10 files changed, 0 insertions(+), 0 deletions(-) rename examples/{physac => physics}/physics_demo.c (100%) rename examples/{physac => physics}/physics_demo.png (100%) rename examples/{physac => physics}/physics_friction.c (100%) rename examples/{physac => physics}/physics_friction.png (100%) rename examples/{physac => physics}/physics_movement.c (100%) rename examples/{physac => physics}/physics_movement.png (100%) rename examples/{physac => physics}/physics_restitution.c (100%) rename examples/{physac => physics}/physics_restitution.png (100%) rename examples/{physac => physics}/physics_shatter.c (100%) rename examples/{physac => physics}/physics_shatter.png (100%) diff --git a/examples/physac/physics_demo.c b/examples/physics/physics_demo.c similarity index 100% rename from examples/physac/physics_demo.c rename to examples/physics/physics_demo.c diff --git a/examples/physac/physics_demo.png b/examples/physics/physics_demo.png similarity index 100% rename from examples/physac/physics_demo.png rename to examples/physics/physics_demo.png diff --git a/examples/physac/physics_friction.c b/examples/physics/physics_friction.c similarity index 100% rename from examples/physac/physics_friction.c rename to examples/physics/physics_friction.c diff --git a/examples/physac/physics_friction.png b/examples/physics/physics_friction.png similarity index 100% rename from examples/physac/physics_friction.png rename to examples/physics/physics_friction.png diff --git a/examples/physac/physics_movement.c b/examples/physics/physics_movement.c similarity index 100% rename from examples/physac/physics_movement.c rename to examples/physics/physics_movement.c diff --git a/examples/physac/physics_movement.png b/examples/physics/physics_movement.png similarity index 100% rename from examples/physac/physics_movement.png rename to examples/physics/physics_movement.png diff --git a/examples/physac/physics_restitution.c b/examples/physics/physics_restitution.c similarity index 100% rename from examples/physac/physics_restitution.c rename to examples/physics/physics_restitution.c diff --git a/examples/physac/physics_restitution.png b/examples/physics/physics_restitution.png similarity index 100% rename from examples/physac/physics_restitution.png rename to examples/physics/physics_restitution.png diff --git a/examples/physac/physics_shatter.c b/examples/physics/physics_shatter.c similarity index 100% rename from examples/physac/physics_shatter.c rename to examples/physics/physics_shatter.c diff --git a/examples/physac/physics_shatter.png b/examples/physics/physics_shatter.png similarity index 100% rename from examples/physac/physics_shatter.png rename to examples/physics/physics_shatter.png