view FactionTable.h @ 1070:944e8d715a3e

previous mistake in ODM_ProcessPartyActions fixed
author zipi
date Fri, 24 May 2013 20:33:37 +0100
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)