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_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
|
||||
|
||||
Reference in New Issue
Block a user