You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Replace header ifdef guards with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef OBJECT_CONSTANTS_H
|
||||
#define OBJECT_CONSTANTS_H
|
||||
#pragma once
|
||||
|
||||
// This file contains macros that provide descriptive names for
|
||||
// field-specific and object-specific constants, e.g. actions.
|
||||
@@ -1096,5 +1095,3 @@
|
||||
/* oBehParams2ndByte */
|
||||
#define MR_BLIZZARD_STYPE_NO_CAP 0
|
||||
#define MR_BLIZZARD_STYPE_JUMPING 1
|
||||
|
||||
#endif // OBJECT_CONSTANTS_H
|
||||
|
||||
Reference in New Issue
Block a user