forked from mirror/openmw-tes3mp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
df5919f2c5
- It is implementation-dependent if plain `char' signed or not. - C standard defines three *distinct* types: char, signed char, and unsigned char. - Assuming that char is always unsigned or signed can lead to compile-time and run-time errors. You can also use int8_t, but then it would be less obvious for developers to never assume that char is always unsigned (or always signed). Conflicts: components/esm/loadcell.hpp |
12 years ago | |
---|---|---|
.. | ||
bsa | 12 years ago | |
compiler | 12 years ago | |
esm | 12 years ago | |
file_finder | 13 years ago | |
fileorderlist | 12 years ago | |
files | 12 years ago | |
interpreter | 12 years ago | |
misc | 12 years ago | |
nif | 12 years ago | |
nifbullet | 12 years ago | |
nifogre | 12 years ago | |
nifoverrides | 12 years ago | |
settings | 13 years ago | |
terrain | 12 years ago | |
to_utf8 | 12 years ago | |
translation | 12 years ago | |
CMakeLists.txt | 12 years ago | |
doc.hpp | 14 years ago |