22 #ifndef GOT_DATA_HIGH_SCORE_H 23 #define GOT_DATA_HIGH_SCORE_H 25 #include "common/serializer.h" 29 #define HIGH_SCORES_PER_AREA 7 37 HighScore(
const char *name, uint32 total) : _total(total) {
48 HighScore _scores[3][HIGH_SCORES_PER_AREA];
Definition: highscores.h:43
Definition: serializer.h:79
Definition: highscores.h:31
void strcpy_s(char *dst, size_t size, const char *src)