DB/Location

From wowdev
Revision as of 21:28, 23 February 2016 by Schlumpf (talk | contribs)
Jump to navigation Jump to search
struct LocationRec
{
  uint32_t m_ID;
  C3Vector pos;
  C3Vector rotation;
  foreign_key<uint32_t, &LocationRec::m_ID> next_id;
};