1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00
OpenMW/apps/openmw
elsid f2fb3d6de8
Separate NIFFileReader from NIFFile
NIFFile might not always be created from a file or stream containing NIF data.
Basically there are 2 different responsibilities for this class:
1. Read NIF file
2. Provide input for nifosg and bulletnifloader.

Remove no longer needed NIFFileMock since the state of NIFFfile can be
initialized independently from reading NIF file.
2022-09-24 19:10:14 +02:00
..
mwbase Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwclass Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwdialogue Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwgui Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwinput Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwlua Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwmechanics Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwphysics Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwrender Separate NIFFileReader from NIFFile 2022-09-24 19:10:14 +02:00
mwscript Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwsound Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwstate Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwworld Apply clang-format to code base 2022-09-22 21:35:26 +03:00
android_main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
CMakeLists.txt
doc.hpp
engine.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
engine.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
main.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
options.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
options.hpp