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 */