view stru123.h @ 1714:bafc79e65a4d

Item getter functions to reduce the number of ugly array accesses, fixing a bug with Player::setrecoverytime
author Grumpy7
date Wed, 25 Sep 2013 07:11:16 +0200
parents f51373466911
children c6fe09a06712
line wrap: on
line source

#pragma once


/*   62 */
#pragma pack(push, 1)
struct stru123
{
  char field_0[75];
  unsigned char _decor_events[125];
};
#pragma pack(pop)
extern stru123 stru_5E4C90;