Changeset 3139 for code/branches/pch/src/orxonox/sound/SoundBase.h
- Timestamp:
 - Jun 10, 2009, 4:04:42 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          code/branches/pch/src/orxonox/sound/SoundBase.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/pch/src/orxonox/sound/SoundBase.h
r3133 r3139 32 32 #include <string> 33 33 34 // forward declarations 35 typedef unsigned int ALuint; 36 typedef int ALint; 37 34 38 namespace orxonox 35 39 { … … 58 62 59 63 private: 60 uint32_t loadOggFile(std::string filename);61 uint32_t source_;62 uint32_t buffer_;64 ALuint loadOggFile(std::string filename); 65 ALuint source_; 66 ALuint buffer_; 63 67 WorldEntity* entity_; 64 68 65 int32_t getSourceState();69 ALint getSourceState(); 66 70 67 71 static SoundManager* soundmanager_s;  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






