diff options
Diffstat (limited to 'src/background.h')
-rw-r--r-- | src/background.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/background.h b/src/background.h deleted file mode 100644 index 68b432a..0000000 --- a/src/background.h +++ /dev/null @@ -1,9 +0,0 @@ -#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 */ |