Mercurial > mm7
view FactionTable.h @ 1469:bba0944c9b27
minor fix
author | zipi |
---|---|
date | Mon, 26 Aug 2013 18:49:17 +0100 |
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)