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;
typedef struct HiScoreEntry {
struct HiScoreEntry {
TQString name;
long board;
long score;
@ -19,7 +19,7 @@ typedef struct HiScoreEntry {
};
typedef struct TableInstance {
struct TableInstance {
TQString name;
HiScoreEntry entries[numScores];
TableInstance *next;

Loading…
Cancel
Save