view Engine/Tables/FactionTable.h @ 2540:abc6a9d079b9

.
author a.parshin
date Sat, 09 May 2015 12:55:58 +0200
parents 68cdef6879a0
children
line wrap: on
line source

#pragma once


/*  174 */
#pragma pack(push, 1)
struct FactionTable
{
  void Initialize();

  char relations[89][89];
};
#pragma pack(pop)