mirror of
https://github.com/KranX/Vangers.git
synced 2025-12-01 07:25:28 +07:00
13 lines
211 B
C
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
|