diff options
Diffstat (limited to 'include/physics.h')
| -rw-r--r-- | include/physics.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/physics.h b/include/physics.h index a5aee40d..9389ea22 100644 --- a/include/physics.h +++ b/include/physics.h @@ -1,5 +1,5 @@ -#ifndef POSITION_H -#define POSITION_H +#ifndef PHYSICS_H +#define PHYSICS_H #include "global.h" #include "entity.h" @@ -55,4 +55,5 @@ extern bool32 ProcessMovementInternal(Entity*, s32, s32, u32); extern const s16 gSineTable[64]; extern const s16 gCosineTable[256]; -#endif + +#endif // PHYSICS_H |
