diff options
Diffstat (limited to 'include/truck_scene.h')
-rw-r--r-- | include/truck_scene.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/include/truck_scene.h b/include/truck_scene.h deleted file mode 100644 index f55a4ced7..000000000 --- a/include/truck_scene.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef GUARD_TRUCK_SCENE_H -#define GUARD_TRUCK_SCENE_H - -s32 GetTruckCameraBobbingY(int a1); -s32 GetTruckBoxMovement(int a1); -void Task_Truck1(u8 taskId); -void Task_Truck2(u8 taskId); -void Task_Truck3(u8 taskId); -void Task_HandleTruckSequence(u8 taskId); -void ExecuteTruckSequence(void); -void EndTruckSequence(void); - -#endif // GUARD_TRUCK_SCENE_H |