Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 11:47:05 PM (18 years ago)
Author:
nicolape
Message:

We now have a background sound playlist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/audio/AudioManager.h

    r419 r430  
    3737                void update();
    3838
     39                void ambientAdd(std::string file);
     40                void ambientStart();
     41                void ambientStop();
     42
    3943        private:
    4044
    41                 // Backgroundsound
    42     AudioStream bgSound;
     45                // Background sound
     46    std::vector<AudioStream> bgSounds;
     47                int currentBgSound;
     48
     49
     50
     51                std::string ambientPath;
    4352       
    4453                // Vector containing all audio files
Note: See TracChangeset for help on using the changeset viewer.