Strong typedef: Use strong typedefs for date, date tick, minutes types
Add delta types Adjust/add type conversion functions Add various utility methods on types Remove the various minute macros Fix some minute conversion inconsistencies
This commit is contained in:
@@ -413,6 +413,7 @@ static_assert(SIZE_MAX >= UINT32_MAX);
|
||||
# define GetString OTTD_GetString
|
||||
# define DrawString OTTD_DrawString
|
||||
# define CloseConnection OTTD_CloseConnection
|
||||
# define DateDelta OTTD_DateDelta
|
||||
#endif /* __APPLE__ */
|
||||
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
|
Reference in New Issue
Block a user