00001 /* 00002 $Id: win_label.h,v 1.15 2001/08/02 15:18:35 gnurou Exp $ 00003 00004 (C) Copyright 2000/2001 Joel Vennin 00005 Part of the Adonthell Project http://adonthell.linuxgames.com 00006 00007 This program is free software; you can redistribute it and/or modify 00008 it under the terms of the GNU General Public License. 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY. 00011 00012 See the COPYING file for more details 00013 */ 00014 00015 #ifndef WIN_LABEL_H_ 00016 #define WIN_LABEL_H_ 00017 00018 #include "win_object.h" 00019 #include "label.h" 00020 00021 typedef win_object<label> win_label; 00022 00023 #endif 00024