Files
Vangers/lib/xgraph/xbmp.h

13 lines
211 B
C

//
// Created by caiiiycuk on 25.06.2021.
//
#ifndef VANGERS_XBMP_H
#define VANGERS_XBMP_H
#include <SDL.h>
SDL_Texture *BMP_CreateTexture(const char *file, SDL_Renderer *renderer);
#endif // VANGERS_XBMP_H