summaryrefslogtreecommitdiff
path: root/src/resources/monsterdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/monsterdb.h')
-rw-r--r--src/resources/monsterdb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/monsterdb.h b/src/resources/monsterdb.h
index 20e885ce5..4d88320b5 100644
--- a/src/resources/monsterdb.h
+++ b/src/resources/monsterdb.h
@@ -20,8 +20,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef MONSTER_DB_H
-#define MONSTER_DB_H
+#ifndef RESOURCES_MONSTERDB_H
+#define RESOURCES_MONSTERDB_H
#include "localconsts.h"
@@ -39,4 +39,4 @@ namespace MonsterDB
BeingInfo *get(const int id) A_WARN_UNUSED;
}
-#endif
+#endif // RESOURCES_MONSTERDB_H