1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/components
Edmondo Tommasina 20deb97a09 nif_file.hpp: add stdint.h include to fix build
It fixes such compile errors as:
* error: ‘uint8_t’ does not name a type
* error: ‘uint16_t’ does not name a type
* error: ‘uint32_t’ does not name a type
2012-08-04 23:14:53 +02:00
..
bsa Compare with stream position instead of int. 2012-08-01 17:52:20 -04:00
compiler Mostly removal of unnecessary #include's and a little clean up 2012-07-17 09:27:12 +02:00
esm esm_reader.cpp: fix std::runtime_error compile error 2012-08-04 23:02:34 +02:00
esm_store Revert "Merge remote-tracking branch 'mark76/multiple_esm_esp' into nif-cleanup" 2012-07-23 15:36:12 +02:00
file_finder
files fixed linkage problem 2012-08-01 09:09:00 +02:00
interpreter
misc Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
nif nif_file.hpp: add stdint.h include to fix build 2012-08-04 23:14:53 +02:00
nifbullet Merge remote branch 'zini/master' into nif-cleanup 2012-07-17 10:57:15 -07:00
nifogre consider all material properties for nif material sharing, instead of just the texture 2012-07-26 23:40:55 +02:00
nifoverrides
settings
terrain Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
to_utf8 Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
CMakeLists.txt bug #348: cleanup 2012-07-31 01:01:00 +04:00
doc.hpp