1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 20:13:07 +01:00

Protect score structs from C

This commit is contained in:
Ted John
2017-01-17 17:07:29 +00:00
parent 71f83cd7a7
commit 8b46b32031

View File

@@ -31,6 +31,8 @@ typedef struct rct2_install_info {
#pragma pack(push, 1)
#ifdef __cplusplus
/**
* scores.dat file header.
* size: 0x10
@@ -65,6 +67,8 @@ struct rct_scores_entry
};
assert_struct_size(rct_scores_entry, 0x02B0);
#endif // __cplusplus
#pragma pack(pop)
enum {