OSDLUtils.cc

Go to the documentation of this file.
00001 #include "OSDLUtils.h"
00002 
00003 #include "SDL.h"       // for SDL_GetError
00004 
00005 
00006 
00007 using namespace OSDL::Utils ;
00008 
00009 
00010 using std::string ;
00011 
00012 
00013 const string OSDL::Utils::getBackendLastError() throw()
00014 {
00015     return SDL_GetError() ;
00016 }
00017 

Generated on Fri Mar 30 14:47:00 2007 for OSDL by  doxygen 1.5.1