Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 8, 2009, 12:00:21 AM (15 years ago)
Author:
rgrieder
Message:

Ogg file loading should work again now using the Ogre resource system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/orxonox/sound/BaseSound.h

    r5899 r5904  
    3232
    3333#include <string>
     34#include <OgreSharedPtr.h>
     35#include <OgreDataStream.h>
    3436#include "core/OrxonoxClass.h"
    3537
     
    6567
    6668    protected:
    67         ALuint loadOggFile(const std::string& filename);
     69        ALuint loadOggFile();
    6870        ALint getSourceState();
    6971
     
    7577        bool bPlayOnLoad_;
    7678        bool bLoop_;
     79        DataStreamPtr dataStream_;
    7780    };
    7881}
Note: See TracChangeset for help on using the changeset viewer.