Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2019, 11:11:39 AM (5 years ago)
Author:
pomselj
Message:

We can shoot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoBlox_FS19/src/modules/weapons/projectiles/BallProjectile.h

    r12310 r12368  
    3737#include "weapons/WeaponsPrereqs.h"
    3838#include "weapons/projectiles/BillboardProjectile.h"
     39#include "../OrxoBlox/OrxoBlox.h"
     40
     41#include "OrxoBlox/OrxoBloxPrereqs.h"
    3942
    4043namespace orxonox
     
    6568            void registerVariables();
    6669            void changeTexture();
     70            //OrxoBlox* getOrxoBlox();
    6771           
    6872            float speed_; //!< The speed (in x-direction) of the ball.
     
    7276            unsigned int maxTextureIndex_; //!< The maximal index.
    7377            std::string materialBase_; //!< The base name of the material.
     78            //OrxoBlox* orxoblox_;
    7479    };
    7580}
Note: See TracChangeset for help on using the changeset viewer.