Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 5, 2006, 2:06:28 PM (19 years ago)
Author:
amaechler
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/space_ships/hover.h

    r7346 r9230  
    77#ifndef _HOVER_H
    88#define _HOVER_H
     9
     10#include "sound_buffer.h"
     11#include "sound_source.h"
    912
    1013#include "playable.h"
     
    6871    float                 airViscosity;
    6972
    70     WorldEntity* hitEntity;
     73    WorldEntity*          hitEntity;
     74
     75    OrxSound::SoundSource  soundSource;
     76    OrxSound::SoundBuffer* hoverBuffer;
    7177};
    7278
Note: See TracChangeset for help on using the changeset viewer.