log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate FactionTable.h @ 1063:
bcebd491e8fa
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
some cleaning
author
zipi
date
Fri, 24 May 2013 00:58:19 +0100
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)