Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

SetImageInterface.h

Go to the documentation of this file.
00001 #ifndef OglGui_SetImageInterface_h
00002 #define OglGui_SetImageInterface_h
00003 
00004 namespace OglGui {
00005 
00006 class SetImageInterface
00007 {
00008 public:
00009 
00010     virtual void SetImage(OGLIMAGE* im) {}
00011     virtual OGLIMAGE* GetImage() { return 0; }
00012 };
00013 
00014 } // namespace OglGui
00015 #endif

Generated on Fri Mar 19 09:31:38 2010 for ImpalaSrc by  doxygen 1.5.1