Fix language files

This commit is contained in:
dP
2024-02-04 23:10:49 +05:30
parent 645bfaffbd
commit b2cf3c48fb
5 changed files with 9 additions and 8 deletions
+6
View File
@@ -408,4 +408,10 @@ inline void free(const void *ptr)
# define IGNORE_UNINITIALIZED_WARNING_STOP
#endif
/* CityMania code start */
#define uint8 uint8_t
#define uint16 uint16_t
#define uint32 uint32_t
/* CityMania code end */
#endif /* STDAFX_H */