diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/field_special_scene.h (renamed from include/truck_scene.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/truck_scene.h b/include/field_special_scene.h index f55a4ced7..5841d6bce 100644 --- a/include/truck_scene.h +++ b/include/field_special_scene.h @@ -1,5 +1,5 @@ -#ifndef GUARD_TRUCK_SCENE_H -#define GUARD_TRUCK_SCENE_H +#ifndef GUARD_FIELD_SPECIAL_SCENE_H +#define GUARD_FIELD_SPECIAL_SCENE_H s32 GetTruckCameraBobbingY(int a1); s32 GetTruckBoxMovement(int a1); @@ -10,4 +10,4 @@ void Task_HandleTruckSequence(u8 taskId); void ExecuteTruckSequence(void); void EndTruckSequence(void); -#endif // GUARD_TRUCK_SCENE_H +#endif // GUARD_FIELD_SPECIAL_SCENE_H |