#include #include #include #include #include "graph.h" int main(int argc, char *argv[]) { Init_Graph() ; Init_BG() ; Display_Image("./OnOff.png", 10,10); Display(); while(getchar()!='q'); Release_Graph() ; return 0 ; }