aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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