GLICT/image.h

00001 #ifndef __GLICT_IMAGE_H
00002 #define __GLICT_IMAGE_H
00003 
00014 class glictImage {
00015         public:
00016                 glictImage() {}
00017                 virtual ~glictImage() {}
00018 
00019                 virtual void Paint(float destx, float desty, float w, float h) = 0;
00020 };
00021 
00022 #endif

SourceForge.net Logo
generated with doxygen 1.5.3 on Mon Oct 29 18:09:26 2007