Fixed typedef-related warnings from compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent aca2873f2a
commit 5c529f98be
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -11,7 +11,7 @@ class TQLabel;
const int numScores = 10; const int numScores = 10;
typedef struct HiScoreEntry { struct HiScoreEntry {
TQString name; TQString name;
long board; long board;
long score; long score;
@ -19,7 +19,7 @@ typedef struct HiScoreEntry {
}; };
typedef struct TableInstance { struct TableInstance {
TQString name; TQString name;
HiScoreEntry entries[numScores]; HiScoreEntry entries[numScores];
TableInstance *next; TableInstance *next;

Loading…
Cancel
Save