scrcpy/app/src/tiny_xpm.h

12 lines
126 B
C
Raw Normal View History

#ifndef TINYXPM_H
#define TINYXPM_H
#include <SDL2/SDL.h>
#include "common.h"
SDL_Surface *
read_xpm(char *xpm[]);
#endif