Fix build warnings (#35)

This commit is contained in:
maybegreat48 2022-09-10 21:27:42 +00:00 committed by GitHub
parent cba2e42b16
commit b5b7811a8f
2 changed files with 2 additions and 2 deletions

View File

@ -214,4 +214,4 @@ public:
char pad_2E16C[628]; //0x2E16C
}; //Size: 0x2E3E0
static_assert(sizeof(Network) == 0x2E3E0);
#pragma(pop)
#pragma pack(pop)

View File

@ -167,4 +167,4 @@ namespace rage
}; //Size: 0x0110
static_assert(sizeof(rage::snMsgRemoveGamersFromSessionCmd) == 0x110);
}
#pragma pack(pop);
#pragma pack(pop)