log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mm7
comparison 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
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:9c0607679772
1
#pragma once
2
3
4
/* 353 */
5
#pragma pack(push, 1)
6
struct Award
7
{
8
const char *pText;
9
unsigned int uSort;
10
};
11
#pragma pack(pop)
12
extern Award pAwards[104];