Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2979 in orxonox.OLD for orxonox/branches/sound/sound/sound_test.h


Ignore:
Timestamp:
Nov 24, 2004, 5:39:05 PM (21 years ago)
Author:
simon
Message:

/branches/sound/sound: Made a while(true) thing; music should play on m, sfx should play on a and s. You must put files named music.ogg, sfx1.wav and sfx2.wav in the sound folder. At the moment it does not compile out of unknown reasons (i don't understand the problems gcc has…).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/sound/sound/sound_test.h

    r2974 r2979  
    1212  ~SoundTest();
    1313  int main (void);
     14  void handleKey(SDL_KeyboardEvent key);
    1415  SoundControl* sound;
    15   int counter;
    16   int through;
     16  int sfx_channel1;
     17  int sfx_channel2;
     18  int finished;
    1719};
    1820
Note: See TracChangeset for help on using the changeset viewer.