Browse Source

Update and rename physics.c to physac.c

Ray 9 years ago
parent
commit
8c8e5bb7c8
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/physac.c

+ 4 - 4
src/physics.c → src/physac.c

@@ -21,10 +21,10 @@
 *
 **********************************************************************************************/
 
-//#define PHYSICS_STANDALONE     // NOTE: To use the physics module as standalone lib, just uncomment this line
+//#define PHYSAC_STANDALONE     // NOTE: To use the physics module as standalone lib, just uncomment this line
 
-#if defined(PHYSICS_STANDALONE)
-    #include "physics.h"
+#if defined(PHYSAC_STANDALONE)
+    #include "physac.h"
 #else
     #include "raylib.h"
 #endif
@@ -269,4 +269,4 @@ Collider GetCollider(int index)
 Rigidbody GetRigidbody(int index)
 {
     return rigidbodies[index];
-}
+}