view FactionTable.h @ 4:4acbadf78023

missing file added
author Nomad
date Wed, 10 Oct 2012 20:52:24 +0200
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)