NEW一个FINDBOOM
This commit is contained in:
11
include/img.h
Normal file
11
include/img.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef IMG_H
|
||||
#define IMG_H
|
||||
#include "SDL_render.h"
|
||||
|
||||
typedef struct Img {
|
||||
SDL_Texture *texture[10];
|
||||
} Img;
|
||||
|
||||
void initImg(Img * img, const char * arr[],int len, SDL_Renderer * renderer);
|
||||
|
||||
#endif //IMG_H
|
||||
Reference in New Issue
Block a user