#include #include #include "Winbox.h" #include "AllWidgets.h" int main(void) { SDL_Surface *scr = wInitSDL(); DrawFillRect(scr, NULL, SDL_MapRGB(scr->format, 125, 212, 96)); char path[128]; wOpenBox("/documents", "*.bmp*", path); SDL_Quit(); return 1; }