Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > by-pkgid > b7784b024bf0aaa96a4797b23fdf5f58 > files > 114

adonthell-debug-0.3.5-1mdv2009.1.x86_64.rpm

/*
   $Id: win_label.h,v 1.15 2001/08/02 15:18:35 gnurou Exp $

   (C) Copyright 2000/2001 Joel Vennin
   Part of the Adonthell Project http://adonthell.linuxgames.com

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License.
   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY.

   See the COPYING file for more details
*/

#ifndef WIN_LABEL_H_
#define WIN_LABEL_H_

#include "win_object.h"
#include "label.h"

typedef win_object<label> win_label;

#endif