Mercurial > mm7
view FactionTable.h @ 701:d5b16a44d9b3
frame_table parser, new files for UI func
author | Gloval |
---|---|
date | Mon, 18 Mar 2013 22:53:56 +0400 |
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)