Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 3, 2006, 12:19:30 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the new_class_id branche back to the trunk.
merged with command:
svn merge https://svn.orxonox.net/orxonox/branches/new_class_id trunk -r9683:HEAD
no conflicts… puh..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/projectile.h

    r9235 r9869  
    1111
    1212#include "world_entity.h"
    13 #include "fast_factory.h"
     13#include "loading/fast_factory.h"
    1414
    1515#include "sound_source.h"
     
    1818class Projectile : public WorldEntity
    1919{
     20  ObjectListDeclaration(Projectile);
    2021  public:
    2122    Projectile ();
     
    6667    OrxSound::SoundSource  soundSource;
    6768  private:
    68     OrxSound::SoundBuffer* explosionBuffer;
    69     OrxSound::SoundBuffer* engineBuffer;
     69    OrxSound::SoundBuffer  explosionBuffer;
     70    OrxSound::SoundBuffer  engineBuffer;
    7071};
    7172
Note: See TracChangeset for help on using the changeset viewer.