536b31829a
Rename foobar.ext to foo_bar.ext. <https://github.com/Genymobile/scrcpy/pull/226#discussion_r209454865>
8 lines
104 B
C
8 lines
104 B
C
#ifndef TINYXPM_H
|
|
#define TINYXPM_H
|
|
|
|
#include <SDL2/SDL.h>
|
|
|
|
SDL_Surface *read_xpm(char *xpm[]);
|
|
|
|
#endif
|