/[enigma]/enigma/src/oxyd.hh
ViewVC logotype

Diff of /enigma/src/oxyd.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dheck, Sun Jan 19 17:19:33 2003 UTC revision 1.2 by dheck, Thu Jan 23 22:34:19 2003 UTC
# Line 21  Line 21 
21  #define ENIGMA_OXYD_HH  #define ENIGMA_OXYD_HH
22    
23  #include "oxydlib/OxydVersion.h"  #include "oxydlib/OxydVersion.h"
24    #include "enigma.hh"
25    
26    #include "SDL_mixer.h"
27    
28  namespace enigma {  namespace enigma {
29  namespace oxyd  namespace oxyd
30  {  {
31      void Init();      void Init();
32    
33        bool FoundOxyd (OxydVersion ver);
34    
35        bool OpenDatFile (OxydVersion ver);
36    
37        /* This function tries to load a sound sample from Oxyd's data
38           file.  Returns 0 if none could be found. */
39        Mix_Chunk *LoadSound (const std::string &name);
40    
41  }  }
42  }  }
43    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26