/* * GQmpeg * (C) 2002 John Ellis * * Author: John Ellis * * This software is released under the GNU General Public License (GNU GPL). * Please read the included file COPYING for more information. * This software comes with no warranty of any kind, use at your own risk! */ #ifndef DISPLAY_FLYBY_H #define DISPLAY_FLYBY_H const gchar *display_flyby_location_to_text(gint location); void display_flyby_start(void); void display_flyby_reset(void); #endif