2018-02-08 13:47:31 +01:00
|
|
|
#ifndef TINYXPM_H
|
|
|
|
#define TINYXPM_H
|
|
|
|
|
2018-02-05 17:29:40 +01:00
|
|
|
#include <SDL2/SDL.h>
|
|
|
|
|
2021-01-08 19:18:02 +01:00
|
|
|
#include "common.h"
|
2019-09-29 22:36:56 +02:00
|
|
|
|
2019-03-02 20:09:56 +01:00
|
|
|
SDL_Surface *
|
|
|
|
read_xpm(char *xpm[]);
|
2018-02-08 13:47:31 +01:00
|
|
|
|
|
|
|
#endif
|