mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-08 15:46:40 +00:00
Slice arrays use pre-allocated pointers whose memory is managed externally. This is unnecessary and ultimately detrimental since it prevents any kind of data fixup (e.g. little endian to big endian, p[adding handling), and it also makes it difficult to use Ogre data streams. |
||
|---|---|---|
| .. | ||
| tests | ||
| .gitignore | ||
| controlled.hpp | ||
| controller.hpp | ||
| data.hpp | ||
| effect.hpp | ||
| extra.hpp | ||
| nif_file.cpp | ||
| nif_file.hpp | ||
| nif_types.hpp | ||
| node.hpp | ||
| property.hpp | ||
| record.hpp | ||
| record_ptr.hpp | ||