#ifndef IMAGE_H
#define IMAGE_H
#include <SDL2/SDL.h>
typedef SDL_Texture image_t;
#endif // IMAGE_H