The setgraphmode function is missing.
Please add this to graphics.c file:
void setgraphmode(int gm) { graphMode = gm ; }
Please add this graphics.h file:
extern int setgraphmode(int gm) ;
With best regards,
Luiz Curado
Sorry, the correct is:
extern void setgraphmode(int gm) ;
Log in to post a comment.
Sorry, the correct is:
Please add this graphics.h file:
extern void setgraphmode(int gm) ;