view FactionTable.h @ 182:52f2bb358c28

Слияние
author Ritor1
date Wed, 19 Dec 2012 22:11:38 +0600
parents 8b8875f5b359
children
line wrap: on
line source

#pragma once


/*  174 */
#pragma pack(push, 1)
struct FactionTable
{
  void Initialize();

  char relations[89][89];
};
#pragma pack(pop)