/* Dummy "gp" module */ void dvcolor (int c) { } void dvline (int a, int b, int c, int d) { } void dvbox (int a, int b, int c, int d) { } void dvwait (int x) { } void dvpalette (int c, char *name) { } void dvrgb (int c, float r, float g, float b) { } void dvopen (char *name) { } void dvclose (int x) { }