2D_Engine_C/core/headers/image.h

8 lines
103 B
C

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