Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126517
Collapse All | Expand All

(-)include/renderers/OpenGLGUIRenderer/opengltexture.h.orig (-1 / +1 lines)
Lines 198-204 Link Here
198
	// Modified by Paul D Turner to accept a raw data buffer & it's length
198
	// Modified by Paul D Turner to accept a raw data buffer & it's length
199
	// as input.
199
	// as input.
200
	//
200
	//
201
    tImageTGA* OpenGLTexture::LoadTGA(const unsigned char* buffer, size_t buffer_size);
201
    tImageTGA* LoadTGA(const unsigned char* buffer, size_t buffer_size);
202
202
203
#endif
203
#endif
204
	/*************************************************************************
204
	/*************************************************************************

Return to bug 126517