aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-12-30 13:42:59 +0100
committerRay <raysan5@gmail.com>2015-12-30 13:42:59 +0100
commit59cf0f6a4249401528e933f1d70c33db0f1e382f (patch)
tree89d730539a97a61a0329d07466b4d38a6818d0dc /src
parent5659249dfa9525ca47732d808d86d9ca7aec0bf5 (diff)
downloadraylib-59cf0f6a4249401528e933f1d70c33db0f1e382f.tar.gz
raylib-59cf0f6a4249401528e933f1d70c33db0f1e382f.zip
Update and rename physics.h to physac.h
Diffstat (limited to 'src')
-rw-r--r--src/physac.h (renamed from src/physics.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/physics.h b/src/physac.h
index 211f31a2..aec57d6f 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