Refresh 10

This commit is contained in:
n64
2020-06-02 12:44:34 -04:00
parent e58669b4b3
commit d43d9b7f20
444 changed files with 30163 additions and 7628 deletions
+7 -4
View File
@@ -1,5 +1,9 @@
#ifndef _SURFACE_COLLISION_H
#define _SURFACE_COLLISION_H
#ifndef SURFACE_COLLISION_H
#define SURFACE_COLLISION_H
#include <PR/ultratypes.h>
#include "types.h"
#define LEVEL_BOUNDARY_MAX 0x2000
#define CELL_SIZE 0x400
@@ -33,5 +37,4 @@ f32 find_water_level(f32 x, f32 z);
f32 find_poison_gas_level(f32 x, f32 z);
void debug_surface_list_info(f32 xPos, f32 zPos);
#endif /* _SURFACE_COLLISION_H */
#endif // SURFACE_COLLISION_H