Revert "Replace header ifdef guards with #pragma once"

This reverts commit 3a6c577a41.
This commit is contained in:
Arceveti
2021-09-26 11:34:20 -07:00
parent df165f80c9
commit 25e74c3e0a
367 changed files with 1765 additions and 651 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef OBJECT_CONSTANTS_H
#define OBJECT_CONSTANTS_H
// This file contains macros that provide descriptive names for
// field-specific and object-specific constants, e.g. actions.
@@ -1139,3 +1140,5 @@
/* oBehParams2ndByte */
#define MR_BLIZZARD_STYPE_NO_CAP 0
#define MR_BLIZZARD_STYPE_JUMPING 1
#endif // OBJECT_CONSTANTS_H