$search
00001 00002 #ifndef _TG_ERROR_H 00003 #define _TG_ERROR_H 00004 00005 #include <blort/TomGine/headers.h> 00006 #include <string> 00007 00008 GLenum tgCheckError(std::string pre_msg); 00009 00010 GLenum tgCheckFBError(GLenum target, std::string pre_msg); 00011 00012 #endif