normalize includes: world

This commit is contained in:
brainiac
2025-12-18 00:45:20 -08:00
committed by Alex
parent 6314b386ef
commit 552a908f92
84 changed files with 712 additions and 795 deletions
+3 -4
View File
@@ -1,6 +1,6 @@
#ifndef SOFCHARCREATEDATA_H
#define SOFCHARCREATEDATA_H
#pragma once
#pragma pack(push)
#pragma pack(1)
struct RaceClassAllocation {
@@ -26,6 +26,5 @@ struct RaceClassCombos {
SoFCCStartZoneData StartZoneData[641];
};
*/
#pragma pack()
#endif
#pragma pack(pop)