mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
38bcff2622
This resolves the dependency mess, and makes things more readable. The dependency tree for nif records now looks like this: Record.hpp --base.hpp ----controlled.hpp ----controller.hpp ----data.hpp ----effect.hpp ----extra.hpp ----node.hpp Node.hpp has many extra dependencies because nifogre only includes it instead of each of these files. That should be fixed. |
||
---|---|---|
.. | ||
tests | ||
.gitignore | ||
base.hpp | ||
controlled.hpp | ||
controller.hpp | ||
data.cpp | ||
data.hpp | ||
effect.hpp | ||
extra.hpp | ||
niffile.cpp | ||
niffile.hpp | ||
nifkey.hpp | ||
nifstream.hpp | ||
niftypes.hpp | ||
node.cpp | ||
node.hpp | ||
property.hpp | ||
record.hpp | ||
recordptr.hpp |