log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
comparison Engine/Tables/FactionTable.h @ 2499:
68cdef6879a0
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
engine folder
author
Ritor1
date
Fri, 19 Sep 2014 02:57:42 +0600
parents
children
comparison
equal
deleted
inserted
replaced
2498:92eeeb5200f2
2499:68cdef6879a0
1
#pragma once
2
3
4
/* 174 */
5
#pragma pack(push, 1)
6
struct FactionTable
7
{
8
void Initialize();
9
10
char relations[89][89];
11
};
12
#pragma pack(pop)