aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 75b6d30..fa8a524 100644
--- a/src/types.h
+++ b/src/types.h
@@ -189,6 +189,9 @@ typedef struct {
int frames;
Uint32 t_fps;
int fps;
+
+ GLfloat radiation;
+ GLfloat fuel;
} Game;