view FactionTable.h @ 2306:ca13c630ee2b

... and this one too
author Grumpy7
date Sun, 16 Mar 2014 21:05:41 +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)