Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
Diffstat (limited to 'src/game')
-rw-r--r--src/game/shipspecs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/game/shipspecs.h b/src/game/shipspecs.h
index a907057..daefc40 100644
--- a/src/game/shipspecs.h
+++ b/src/game/shipspecs.h
@@ -8,6 +8,14 @@
#define __INCLUDED_SHIPSPECS_H__
class ShipSpecs {
+
+public:
+ /// acceleration
+ float acceleration;
+ /// maximum speed
+ float speed_max;
+ /// yaw turn speed
+ float yaw_speed;
};
#endif // __INCLUDED_SHIPSPECS_H__