#ifndef PNG_H #define PNG_H #include #include "client.h" void load_background(struct client_state *state, const char *filename); #endif /* PNG_H */