Show ImageLoader.h syntax highlighted
#ifndef _DEMETERIMAGELOADER_H_
#define _DEMETERIMAGELOADER_H_
namespace Demeter
{
class ImageLoader
{
public:
virtual void LoadImage(char* szFilename,int& width,int& height,Uint8** pBuffer,bool useAlpha) = 0;
};
}
#endif
See more files for this project here