OpenRCT2/src/openrct2/localisation
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
..
ConversionTables.cpp Fix unicode values of some characters 2018-01-22 12:16:22 +01:00
ConversionTables.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
Convert.cpp Fix #6958: Recent messages are not coloured 2018-02-06 23:29:23 +00:00
Currency.cpp Clang-format guards for static data 2018-01-11 09:19:56 +01:00
Currency.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
Date.cpp Clang-format guards for static data 2018-01-11 09:19:56 +01:00
Date.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
FormatCodes.cpp Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
FormatCodes.h Remove almost every extern C block 2018-02-05 16:20:15 +01:00
Language.cpp Remove almost every extern C block 2018-02-05 16:20:15 +01:00
Language.h Remove and replace C typedefs 2018-02-14 09:42:26 +01:00
LanguagePack.cpp Replace Memory::Copy with std::copy 2018-02-04 12:40:24 +00:00
LanguagePack.h Remove __cplusplus ifdefs 2018-02-05 16:20:15 +01:00
Localisation.cpp Replace NULL with nullptr in C++ files 2018-01-29 21:33:21 +00:00
Localisation.h Remove almost every extern C block 2018-02-05 16:20:15 +01:00
RealNames.cpp Clang-format guards for static data 2018-01-11 09:19:56 +01:00
StringIds.h Correct STR_TILE_INSPECTOR_ENTRANCE_MAKE_USABLE_TIP 2018-02-10 15:22:49 +01:00
UTF8.cpp Use nullptr instead of NULL in C++ 2018-01-07 21:43:37 +01:00
User.cpp Compile localisation folder as C++ 2018-01-06 18:32:25 +01:00
User.h Remove almost every extern C block 2018-02-05 16:20:15 +01:00