Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2007, 9:20:44 PM (16 years ago)
Author:
nicolape
Message:
 
File:
1 edited

Legend:

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

    r411 r423  
    1919                bool playing();
    2020                bool update();
    21        
     21                                        inline bool isLoaded() { return loaded; }       
     22
    2223            protected:
    2324       
     
    3334                vorbis_info*    vorbisInfo;
    3435                vorbis_comment* vorbisComment;
    35        
     36                                        bool loaded;   
     37
    3638                ALuint buffers[2];
    3739                ALuint source;
Note: See TracChangeset for help on using the changeset viewer.