← index
libmx2/android/loadpng.hpp
Source: libmx2/android/loadpng.hpp
#ifndef __LOADPNG_H__

#define __LOADPNG_H__

#include "SDL_image.h"

namespace png {
    SDL_Surface *LoadPNG(const char *file);
}
#endif