F4MP/tiltedcode/Code/client/Games/Skyrim/Components/TESSpellList.cpp

13 lines
207 B
C++
Raw Normal View History

#include <TiltedOnlinePCH.h>
#include <Components/TESSpellList.h>
#include <Games/Memory.h>
void TESSpellList::Initialize()
{
if (lists != nullptr)
return;
lists = Memory::New<Lists>();
}