F4MP/tiltedcode/Code/client/Games/Skyrim/Forms/BGSKeyword.h

10 lines
124 B
C
Raw Normal View History

#pragma once
#include <Forms/TESForm.h>
#include <Misc/BSString.h>
struct BGSKeyword : TESForm
{
BSString keyword;
};