F4MP/tiltedcode/Code/client/Games/Misc/BGSWorldLocation.h

9 lines
81 B
C
Raw Normal View History

#pragma once
struct BGSWorldLocation
{
NiPoint3 Point;
TESForm *pSpace;
};