diff options
Diffstat (limited to 'include/object')
| -rw-r--r-- | include/object/cutsceneMiscObject.h | 2 | ||||
| -rw-r--r-- | include/object/lockedDoor.h | 2 | ||||
| -rw-r--r-- | include/object/pot.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/object/cutsceneMiscObject.h b/include/object/cutsceneMiscObject.h index da8ee3e1..49772846 100644 --- a/include/object/cutsceneMiscObject.h +++ b/include/object/cutsceneMiscObject.h @@ -5,4 +5,4 @@ extern void sub_08095C48(struct Entity_*); -#endif //CUTSCENEMISCOBJECT_H +#endif // CUTSCENEMISCOBJECT_H diff --git a/include/object/lockedDoor.h b/include/object/lockedDoor.h index 90a6c7cb..8bbca19c 100644 --- a/include/object/lockedDoor.h +++ b/include/object/lockedDoor.h @@ -5,4 +5,4 @@ extern bool32 sub_08083734(struct Entity_*, u32); -#endif //LOCKEDDOOR_H +#endif // LOCKEDDOOR_H diff --git a/include/object/pot.h b/include/object/pot.h index 4867586a..65429388 100644 --- a/include/object/pot.h +++ b/include/object/pot.h @@ -5,4 +5,4 @@ extern u32 sub_0808288C(struct Entity_*, u32, u32, u32); -#endif //POT_H +#endif // POT_H |
