#ifndef IMAGE_H #define IMAGE_H SDL_Surface *load_png(const char *path); #endif