view FactionTable.h @ 889:279a315ff122

* first cast_spell clean * feather fall fix
author zipi
date Tue, 02 Apr 2013 23:02:04 +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)