dsfAbstracOggAudioDecoder.h

Go to the documentation of this file.
00001 // The following ifdef block is the standard way of creating macros which make exporting 
00002 // from a DLL simpler. All files within this DLL are compiled with the DSFABSTRACOGGAUDIODECODER_EXPORTS
00003 // symbol defined on the command line. this symbol should not be defined on any project
00004 // that uses this DLL. This way any other project whose source files include this file see 
00005 // DSFABSTRACOGGAUDIODECODER_API functions as being imported from a DLL, whereas this DLL sees symbols
00006 // defined with this macro as being exported.
00007 #ifdef DSFABSTRACOGGAUDIODECODER_EXPORTS
00008 #define DSFABSTRACOGGAUDIODECODER_API __declspec(dllexport)
00009 #else
00010 #define DSFABSTRACOGGAUDIODECODER_API __declspec(dllimport)
00011 #endif
00012 
00013 // This class is exported from the dsfAbstracOggAudioDecoder.dll
00014 class DSFABSTRACOGGAUDIODECODER_API CdsfAbstracOggAudioDecoder {
00015 public:
00016         CdsfAbstracOggAudioDecoder(void);
00017         // TODO: add your methods here.
00018 };
00019 
00020 extern DSFABSTRACOGGAUDIODECODER_API int ndsfAbstracOggAudioDecoder;
00021 
00022 DSFABSTRACOGGAUDIODECODER_API int fndsfAbstracOggAudioDecoder(void);

Generated on Tue Feb 15 14:54:17 2005 for oggdsf by  doxygen 1.3.9