00001 #ifndef OglGui_GetOglImageByIdInterface_h 00002 #define OglGui_GetOglImageByIdInterface_h 00003 00004 namespace OglGui { 00005 00006 class GetOglImageByIdInterface 00007 { 00008 public: 00009 00010 virtual OGLIMAGE* GetOglImageById(long long id) 00011 { 00012 return 0; 00013 } 00014 }; 00015 00016 } // namespace OglGui 00017 #endif