Protect score structs from C

This commit is contained in:
Ted John 2017-01-17 17:07:29 +00:00
parent 71f83cd7a7
commit 8b46b32031
1 changed files with 4 additions and 0 deletions

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 {