Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2007, 11:16:00 AM (18 years ago)
Author:
rgrieder
Message:
 
Location:
code/branches/main_reto/include
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/main_reto/include/OrxonoxShip.h

    r130 r133  
    33
    44#include "Ogre.h"
     5#include "Bullet.h"
    56
    67using namespace Ogre;
     
    1112        Vector3 speed;
    1213        float thrust, sideThrust, baseThrust;
     14        Vector3 bulletSpeed;
    1315
    1416        OrxonoxShip(SceneManager*, SceneNode*);
     
    2527        Real getThrust();
    2628
     29        Bullet* fire();
     30
    2731        bool tick(unsigned long, float);
    2832
     
    3236        Entity *mShip;
    3337
     38        int n;
     39
    3440};
    3541
  • code/branches/main_reto/include/RunManager.h

    r130 r133  
    6060        OIS::JoyStick* mJoy;
    6161
     62        bool leftButtonDown;
     63        Bullet **mBullets;
     64        int mBulletsSize;
     65        int mBulletsPosition;
     66
    6267        // previously elapsed render time
    6368        unsigned long mTime;
Note: See TracChangeset for help on using the changeset viewer.