diff options
Diffstat (limited to 'src/png.h')
-rw-r--r-- | src/png.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/png.h b/src/png.h new file mode 100644 index 0000000..68b432a --- /dev/null +++ b/src/png.h @@ -0,0 +1,9 @@ +#ifndef PNG_H +#define PNG_H + +#include <stdint.h> +#include "client.h" + +void load_background(struct client_state *state, const char *filename); + +#endif /* PNG_H */ |