Separate multi-words filenames by '_'
Rename foobar.ext to foo_bar.ext. <https://github.com/Genymobile/scrcpy/pull/226#discussion_r209454865>
This commit is contained in:
8
app/src/tiny_xpm.h
Normal file
8
app/src/tiny_xpm.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef TINYXPM_H
|
||||
#define TINYXPM_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
|
||||
SDL_Surface *read_xpm(char *xpm[]);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user