Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 8, 2006, 1:53:01 AM (18 years ago)
Author:
patrick
Message:

trunk: working thunder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/effects/lightning_bolt.h

    r7111 r7112  
    88
    99#include "world_entity.h"
     10
     11#include "sound_buffer.h"
     12#include "sound_source.h"
    1013
    1114class Material;
     
    3235
    3336    bool  bRender;
     37    bool  bNewCoordinate;
    3438    Material*      material;
    3539    Vector         offset;
    3640    float width;
    3741    float height;
     42
     43    float seedX;
     44    float seedZ;
     45    float seedTime;
     46
     47    SoundSource    soundSource;
     48    SoundBuffer*   thunderBuffer;
    3849};
    3950
Note: See TracChangeset for help on using the changeset viewer.