4 lines
95 B
C
4 lines
95 B
C
|
#include <SDL2/SDL.h>
|
||
|
|
||
|
SDL_Window *display_img(SDL_Surface *image);
|
||
|
void wait_for_keypressed();
|