view FactionTable.h @ 675:92c1e1250e7c

Merge
author Nomad
date Thu, 14 Mar 2013 23:44:03 +0200
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)