Mercurial > mm7
view FactionTable.h @ 2440:2b10278bc7ac
some more memory access fixed
author | Grumpy7 |
---|---|
date | Thu, 24 Jul 2014 01:10:50 +0200 |
parents | 9c0607679772 |
children |
line wrap: on
line source
#pragma once /* 174 */ #pragma pack(push, 1) struct FactionTable { void Initialize(); char relations[89][89]; }; #pragma pack(pop)