Adonthell  0.4
win_image.h
1 /*
2  $Id: win_image.h,v 1.11 2001/08/02 15:18:35 gnurou Exp $
3 
4  (C) Copyright 2000/2001 Joel Vennin
5  Part of the Adonthell Project http://adonthell.linuxgames.com
6 
7  This program is free software; you can redistribute it and/or modify
8  it under the terms of the GNU General Public License.
9  This program is distributed in the hope that it will be useful,
10  but WITHOUT ANY WARRANTY.
11 
12  See the COPYING file for more details
13 */
14 
15 #ifndef WIN_IMAGE_H_
16 #define WIN_IMAGE_H_
17 
18 
19 #include "win_object.h"
20 #include "image.h"
21 
23 
24 #endif
Declares the image class.