| 
                Last change
                  on this file since 519 was
                  420,
                  checked in by nicolape, 18 years ago
           | 
        
        
          | 
               
Added error message class in orxonxo core. One can call it with orxonox::Error(ErrorCode, ErrorMessage); 
 
           | 
        
        | 
            File size:
            262 bytes
           | 
      
      
        
  | Rev | Line |   | 
|---|
| [404] | 1 | #include <iostream> | 
|---|
 | 2 | #include <string> | 
|---|
 | 3 | #include <vector> | 
|---|
 | 4 |  | 
|---|
 | 5 | #include <AL/al.h> | 
|---|
 | 6 | #include <AL/alc.h> | 
|---|
 | 7 | #include <AL/alut.h> | 
|---|
 | 8 | #include <ogg/ogg.h> | 
|---|
 | 9 | #include <vorbis/codec.h> | 
|---|
 | 10 | #include <vorbis/vorbisenc.h> | 
|---|
 | 11 | #include <vorbis/vorbisfile.h> | 
|---|
 | 12 |  | 
|---|
| [420] | 13 | #include "../orxonox/core/Error.h" | 
|---|
 | 14 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.