Mercurial > mm7
view Engine/Tables/FactionTable.h @ 2504:6b8c2f8c7fad
for audio in House video
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 10:49:17 +0600 |
parents | 68cdef6879a0 |
children |
line wrap: on
line source
#pragma once /* 174 */ #pragma pack(push, 1) struct FactionTable { void Initialize(); char relations[89][89]; }; #pragma pack(pop)