diff options
author | Stijn Buys <ingar@osirion.org> | 2007-12-17 14:48:43 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-12-17 14:48:43 +0000 |
commit | f14ad6c7f3efd0c91a1ab8a4013b1975ddb02545 (patch) | |
tree | 5c8f380210d69a664a9d7c9ff09ecb9dba4a4cfd /src/game | |
parent | 09f307b6cb4f7c69e5b0685acc0bdd18e9d57d40 (diff) |
minor updates
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/shipspecs.h | 8 |
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__ |