From 59cf0f6a4249401528e933f1d70c33db0f1e382f Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 30 Dec 2015 13:42:59 +0100 Subject: [PATCH] Update and rename physics.h to physac.h --- src/{physics.h => physac.h} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename src/{physics.h => physac.h} (98%) diff --git a/src/physics.h b/src/physac.h similarity index 98% rename from src/physics.h rename to src/physac.h index 211f31a2e..aec57d6fc 100644 --- a/src/physics.h +++ b/src/physac.h @@ -21,8 +21,8 @@ * **********************************************************************************************/ -#ifndef PHYSICS_H -#define PHYSICS_H +#ifndef PHYSAC_H +#define PHYSAC_H //---------------------------------------------------------------------------------- // Defines and Macros @@ -96,4 +96,4 @@ Collider GetCollider(int index); // Retur } #endif -#endif // PHYSICS_H \ No newline at end of file +#endif // PHYSAC_H