Replace header ifdef guards with #pragma once

This commit is contained in:
Arceveti
2021-09-25 11:08:11 -07:00
parent 0649427337
commit 3a6c577a41
367 changed files with 651 additions and 1765 deletions

View File

@@ -1,5 +1,4 @@
#ifndef OBJECT_FIELDS_H
#define OBJECT_FIELDS_H
#pragma once
/**
* The array [0x88, 0x1C8) in struct Object consists of fields that can vary by
@@ -1341,6 +1340,3 @@ os16112*/
#define /*0x10E*/ os1610E OBJECT_FIELD_S16(0x21, 1)
#define /*0x110*/ os16110 OBJECT_FIELD_S16(0x22, 0)
#define /*0x112*/ os16112 OBJECT_FIELD_S16(0x22, 1)
#endif // OBJECT_FIELDS_H