/************************************************************************/ /* no-graphics.c: do nothing */ /************************************************************************/ #include #include /************************************************************************/ void display_stuff() { } /************************************************************************/ void erase_stuff() { } /************************************************************************/ void redisplay_stuff() { } /************************************************************************/ void reinit_display() { } /************************************************************************/ void init_my_graphics() { } /************************************************************************/