00001 #ifndef KYRA_RENDER_CONTAINER 00002 #define KYRA_RENDER_CONTAINER 00003 00004 #include "image.h" 00005 00006 // class KrImageContainer : public KrImage 00007 // { 00008 // public: 00009 // KrImageContainer() {} 00010 // virtual ~KrImageContainer() {} 00011 // 00012 // virtual void Draw( SDL_Surface* surface, 00013 // const KrRect* clip ) {} 00014 // }; 00015 00016 00017 #endif