Etterna 0.74.4
Loading...
Searching...
No Matches
RageSurface_Load_XPM.h
1/* RageSurface_Load_XPM - XPM file loader */
2
3#ifndef RAGE_SURFACE_LOAD_XPM_H
4#define RAGE_SURFACE_LOAD_XPM_H
5
6struct RageSurface;
7struct RageSurface*
8RageSurface_Load_XPM(char* const* xpm, std::string& error);
9
10#endif
Definition RageSurface.h:90