Rev 12196 | Rev 12230 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12196 | Rev 12224 | ||
---|---|---|---|
Line 94... | Line 94... | ||
94 | #define SHORTSWNAME "WIMS" |
94 | #define SHORTSWNAME "WIMS" |
95 | #define LONGSWNAME "WWW Interactive Multipurpose Server" |
95 | #define LONGSWNAME "WWW Interactive Multipurpose Server" |
96 | 96 | ||
97 | typedef struct scoreresult { |
97 | typedef struct scoreresult { |
98 | unsigned short int num, pad; |
98 | unsigned short int num, pad; |
99 | float require, weight, score, mean, last, try, best, level, |
99 | float require, weight, score, mean, last, try, best, level, allnew; |
100 | } scoreresult; |
100 | } scoreresult; |
101 | 101 | ||
102 | #endif |
102 | #endif |