view FactionTable.h @ 2381:cb84b457527c

Feather fall check fixed
author zipi
date Sun, 22 Jun 2014 12:56:25 +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)