summaryrefslogtreecommitdiff
path: root/include/dungeon_entity.h
diff options
context:
space:
mode:
authorAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-28 22:15:56 -0600
committerAnonymousRandomPerson <chenghanngan.us@gmail.com>2021-12-28 22:15:56 -0600
commitea10f7b7bd6957312b9b0dfa371761c5936bc80a (patch)
tree7bbce0d40ce8c714e793ef22f3a7c125f9ff3fbd /include/dungeon_entity.h
parentd40d2e55a304ec355595b4a0f9f8d51ca3eb2769 (diff)
Created header for pokemon_3
Diffstat (limited to 'include/dungeon_entity.h')
-rw-r--r--include/dungeon_entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dungeon_entity.h b/include/dungeon_entity.h
index 527d817..233ef8e 100644
--- a/include/dungeon_entity.h
+++ b/include/dungeon_entity.h
@@ -1,8 +1,8 @@
#ifndef GUARD_DUNGEON_ENTITY_H
#define GUARD_DUNGEON_ENTITY_H
+#include "constants/global.h"
#include "constants/move.h"
-#include "global.h"
#include "item.h"
#include "position.h"