50 #ifndef SDLIMAGEPROVIDER_H_
51 #define SDLIMAGEPROVIDER_H_
53 #include "mb/interface/IImageProvider.h"
57 #include "SDL_image.h"
70 static bool mutexInit;
71 static bool initialized;
72 static short imageRefs;
74 static pthread_mutex_t pMutex;
76 GingaScreenID myScreen;
83 string getLoadSymbol() {
return "SDLImageProvider";};
Definition: SDLImageProvider.h:68
Definition: IImageProvider.h:64
Definition: ISurface.h:64