1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 01:19:59 +00:00

linux copmile

This commit is contained in:
florent.teppe 2022-09-06 14:33:03 +02:00
parent 564c5d6690
commit 7bc506ff86

View File

@ -285,12 +285,12 @@ namespace MWWorld
/// @return The shared spell list to use for this actor and whether or not it has already been initialized.
std::pair<std::shared_ptr<MWMechanics::SpellList>, bool> getSpellList(const std::string& id) const;
template <>
const ESM::Cell* insert<ESM::Cell>(const ESM::Cell& cell);
template <>
const ESM::NPC* insert<ESM::NPC>(const ESM::NPC& npc);
};
template <>
const ESM::Cell* ESMStore::insert<ESM::Cell>(const ESM::Cell& cell);
template <>
const ESM::NPC* ESMStore::insert<ESM::NPC>(const ESM::NPC& npc);
}
#endif