1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 03:19:44 +00:00

Rename components/esm4/acti.hpp -> components/esm4/loadacti.hpp

This commit is contained in:
elsid 2022-04-23 00:33:53 +02:00
parent d5fb2f8091
commit d71a1efa92
No known key found for this signature in database
GPG Key ID: B845CB9FEE18AB40
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,3 @@
#include <components/esm4/acti.hpp>
#include <components/esm4/actor.hpp>
#include <components/esm4/common.hpp>
#include <components/esm4/dialogue.hpp>
@ -8,6 +7,7 @@
#include <components/esm4/lighting.hpp>
#include <components/esm4/loadachr.hpp>
#include <components/esm4/loadacre.hpp>
#include <components/esm4/loadacti.hpp>
#include <components/esm4/loadalch.hpp>
#include <components/esm4/loadaloc.hpp>
#include <components/esm4/loadammo.hpp>

View File

@ -24,7 +24,7 @@
trial & error. See http://en.uesp.net/wiki for details.
*/
#include "acti.hpp"
#include "loadacti.hpp"
#include <stdexcept>
#include <iostream> // FIXME