summaryrefslogtreecommitdiff
path: root/src/background.h
blob: 68b432ae205ec21a96d8c05bd913590e7d4fe44b (plain)
1
2
3
4
5
6
7
8
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 */