view FactionTable.h @ 245:f070b49d40dd

goto cleaning
author zipi
date Mon, 18 Feb 2013 00:39:18 +0000
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)