log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
annotate Awards.h @ 0:
9c0607679772
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
init
author
Ritor1
date
Sat, 12 Jan 2013 09:45:18 +0600
parents
children
c0d0656aa662
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
/* 353 */
9c0607679772
init
Ritor1
parents:
diff
changeset
5
#pragma pack(push, 1)
9c0607679772
init
Ritor1
parents:
diff
changeset
6
struct Award
9c0607679772
init
Ritor1
parents:
diff
changeset
7
{
9c0607679772
init
Ritor1
parents:
diff
changeset
8
const char *pText;
9c0607679772
init
Ritor1
parents:
diff
changeset
9
unsigned int uSort;
9c0607679772
init
Ritor1
parents:
diff
changeset
10
};
9c0607679772
init
Ritor1
parents:
diff
changeset
11
#pragma pack(pop)
9c0607679772
init
Ritor1
parents:
diff
changeset
12
extern Award pAwards[104];