view stru123.h @ 1822:5f9eeb7bf8e6

Finishing Player.cpp, fixing some bugs
author Grumpy7
date Wed, 09 Oct 2013 08:06:26 +0200
parents c6fe09a06712
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;