summaryrefslogtreecommitdiff
path: root/include/object
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-05-01 11:43:19 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2022-05-18 13:07:06 +0200
commit60e33b636d7b9dca767b3833ee39affcc626f420 (patch)
tree51d7752fb76f5044028c56404f75c780783d8002 /include/object
parent3afbd0e9012be95e687ccb36eb62f6df08cded19 (diff)
Rename managers
Diffstat (limited to 'include/object')
-rw-r--r--include/object/deathFx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/object/deathFx.h b/include/object/deathFx.h
index 99cffc86..ba8c69dc 100644
--- a/include/object/deathFx.h
+++ b/include/object/deathFx.h
@@ -1,5 +1,5 @@
-#ifndef TMC_DEATHFX_H
-#define TMC_DEATHFX_H
+#ifndef DEATHFX_H
+#define DEATHFX_H
#ifndef NENT_DEPRECATED
#error "deathFx.h requires new entities"
@@ -14,4 +14,4 @@ typedef struct {
u8 item;
} DeathFxObject;
-#endif // TMC_DEATHFX_H
+#endif // DEATHFX_H