In practice, these headers are included only once, but it's a good practice to always use include guards.master
parent
ffae15e36a
commit
14c58546a7
@ -1,3 +1,8 @@
|
|||||||
|
#ifndef TINYXPM_H
|
||||||
|
#define TINYXPM_H
|
||||||
|
|
||||||
#include <SDL2/SDL.h>
|
#include <SDL2/SDL.h>
|
||||||
|
|
||||||
SDL_Surface *read_xpm(char *xpm[]);
|
SDL_Surface *read_xpm(char *xpm[]);
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Loading…
Reference in new issue