OpenRCT2/src/openrct2/rct1
Hielke Morsink 55979a3fff Remove and replace C typedefs
`typedef struct/union/enum name { ... } name_again;` is not needed whe compiling C++, moving the name at the back to be in front of the object and removing `typedef` makes it usable the very same way.
This also replaces typedefs with the using keyword. They have better readability, especially for function pointer types, and would allow more flexibility when used with templates.
2018-02-14 09:42:26 +01:00
..
RCT1.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
S4Importer.cpp Fix mismatched deallocators in S4Importer.cpp 2018-02-10 19:55:54 +01:00
Tables.cpp Fix import of RCT1 vintage cars 2018-01-28 14:38:11 +01:00
Tables.h Remove __cplusplus ifdefs 2018-02-05 16:20:15 +01:00