2018-02-08 20:47:31 +08:00
|
|
|
#ifndef TINYXPM_H
|
|
|
|
#define TINYXPM_H
|
|
|
|
|
2018-02-06 00:29:40 +08:00
|
|
|
#include <SDL2/SDL.h>
|
|
|
|
|
2019-09-30 04:36:56 +08:00
|
|
|
#include "config.h"
|
|
|
|
|
2019-03-03 03:09:56 +08:00
|
|
|
SDL_Surface *
|
|
|
|
read_xpm(char *xpm[]);
|
2018-02-08 20:47:31 +08:00
|
|
|
|
|
|
|
#endif
|