view stru298.h @ 1558:30db6d265ceb

Changed the new Assert macro definition slightly, Party::AddItem (for some reason in players.cpp) renamed to Party::AddItemToParty, cleaned up; some unused variables in previous functions removed
author Grumpy7
date Sat, 07 Sep 2013 23:06:13 +0200
parents 9a6567c6c76c
children b7485a6502f2
line wrap: on
line source

#pragma once

/*  303 */
#pragma pack(push, 1)
struct stru298
{
  void Add(__int16 uID, __int16 a3, __int16 x, __int16 y, __int16 z, char a7, char a8);

  int count;
  __int16 pIDs[100];
  __int16 pXs[100];
  __int16 pYs[100];
  __int16 pZs[100];
  __int16 field_324[100];
  char field_3EC[100];
  char field_450[100];
  Vec3_int_ vec_4B4;
};
#pragma pack(pop)

extern stru298 stru_50FE08; // weak