log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate FactionTable.h @ 560:
4f14053d6105
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Merge
author
Gloval
date
Tue, 05 Mar 2013 01:08:14 +0400
parents
9c0607679772
children
rev
line source
0
9c0607679772
init
Ritor1
parents:
diff
changeset
1
#pragma once
9c0607679772
init
Ritor1
parents:
diff
changeset
2
9c0607679772
init
Ritor1
parents:
diff
changeset
3
9c0607679772
init
Ritor1
parents:
diff
changeset
4
/* 174 */
9c0607679772
init
Ritor1
parents:
diff
changeset
5
#pragma pack(push, 1)
9c0607679772
init
Ritor1
parents:
diff
changeset
6
struct FactionTable
9c0607679772
init
Ritor1
parents:
diff
changeset
7
{
9c0607679772
init
Ritor1
parents:
diff
changeset
8
void Initialize();
9c0607679772
init
Ritor1
parents:
diff
changeset
9
9c0607679772
init
Ritor1
parents:
diff
changeset
10
char relations[89][89];
9c0607679772
init
Ritor1
parents:
diff
changeset
11
};
9c0607679772
init
Ritor1
parents:
diff
changeset
12
#pragma pack(pop)