1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/os
wraitii 04549a081d Rework Mod into a class.
`Mod` currently modifies 4 global arrays, including some that are
'public'.

The logic flow is easier to understand if this becomes a real class with
const-correctness and public/private methods.

Differential Revision: https://code.wildfiregames.com/D3981
This was SVN commit r25469.
2021-05-20 08:32:11 +00:00
..
bsd Make all Wildfire Games copyright headers consistent by always ending with a period and using (C) instead of (c). 2017-07-10 14:26:24 +00:00
linux Replaces UNICODE characters in the code by consistent ASCII characters. 2021-01-15 10:07:36 +00:00
osx Rework Mod into a class. 2021-05-20 08:32:11 +00:00
unix Fixes leaking of a file handle in case of an error. Refs #5288 2021-02-13 17:57:37 +00:00
win Reduces number of allocations during error message formatting. 2021-04-22 06:53:03 +00:00