OCR/ImageTreatment/display.h

4 lines
95 B
C
Raw Permalink Normal View History

2022-02-08 18:16:25 +00:00
#include <SDL2/SDL.h>
SDL_Window *display_img(SDL_Surface *image);
void wait_for_keypressed();