inline void glColor( const GLshort & red, const GLshort & green, const GLshort & blue, const GLshort & alpha )	{ glColor4s( red, green, blue, alpha ); }
Exemple #2
0
M(void, glColor4s, jshort red, jshort green, jshort blue, jshort alpha) {
	glColor4s(red, green, blue, alpha);
}