Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2007, 11:16:00 AM (16 years ago)
Author:
rgrieder
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.