Exemplo n.º 1
0
inline void glColor( const GLshort & red, const GLshort & green, const GLshort & blue, const GLshort & alpha )	{ glColor4s( red, green, blue, alpha ); }
Exemplo n.º 2
0
M(void, glColor4s, jshort red, jshort green, jshort blue, jshort alpha) {
	glColor4s(red, green, blue, alpha);
}