aboutsummaryrefslogtreecommitdiff
path: root/saga/systimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/systimer.h')
-rw-r--r--saga/systimer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/saga/systimer.h b/saga/systimer.h
index 19398ba567..d4fd81cdc1 100644
--- a/saga/systimer.h
+++ b/saga/systimer.h
@@ -25,7 +25,7 @@
namespace Saga {
-typedef struct R_SYSTIMER_DATA_tag {
+struct R_SYSTIMER_DATA {
int initialized;
@@ -34,7 +34,7 @@ typedef struct R_SYSTIMER_DATA_tag {
Uint32 t_current_ticks;
Uint32 t_previous_ticks;
-} R_SYSTIMER_DATA;
+};
struct R_SYSTIMER_tag {