ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/hiscore.C
(Generate patch)

Comparing deliantra/server/server/hiscore.C (file contents):
Revision 1.13 by root, Sat Dec 23 06:21:02 2006 UTC vs.
Revision 1.14 by root, Tue Dec 26 08:54:59 2006 UTC

20 20
21 The authors can be reached via e-mail at <crossfire@schmorp.de> 21 The authors can be reached via e-mail at <crossfire@schmorp.de>
22*/ 22*/
23 23
24#include <global.h> 24#include <global.h>
25#ifndef __CEXTRACT__
26# include <sproto.h> 25#include <sproto.h>
27#endif
28 26
29/* 27/*
30 * The score structure is used when treating new high-scores 28 * The score structure is used when treating new high-scores
31 */ 29 */
32
33typedef struct scr 30typedef struct scr
34{ 31{
35 char name[64]; // name */ 32 char name[64]; // name */
36 char title[64]; // Title */ 33 char title[64]; // Title */
37 char killer[64]; // name (+ title) or "quit" */ 34 char killer[64]; // name (+ title) or "quit" */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines