/* * (SLIK) SimpLIstic sKin functions * (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 SKIN_DEFAULT_H #define SKIN_DEFAULT_H SkinData *skin_load_default_cb(UIData *ui, const gchar *key, gpointer data); SkinData *skin_load_default_flyby_cb(UIData *ui, const gchar *key, gpointer data); SkinData *skin_load_default_menu_cb(UIData *ui, const gchar *key, gpointer data); #endif