view stru123.h @ 2327:5e4d90305d06

EventCastSpell removing duplicate code for handling empty pObjectList->pObjects array or not finding the correct value + moving everything into the main switch
author Grumpy7
date Tue, 01 Apr 2014 23:20:15 +0200
parents 5f9eeb7bf8e6
children
line wrap: on
line source

#pragma once
#include <array>


/*   62 */
#pragma pack(push, 1)
struct stru123
{
  std::array<unsigned char, 75> field_0;
  std::array<unsigned char, 125> _decor_events;
};
#pragma pack(pop)
extern stru123 stru_5E4C90_MapPersistVars;