log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate FactionTable.h @ 591:
a463d7784d33
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
missed Merge
author
zipi
date
Wed, 06 Mar 2013 13:42:24 +0000
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)