Exemplo n.º 1
0
SGColor SG_EXPORT sgColor1ubv(const SGubyte* g)
{
    return sgColor1ub(g[0]);
}
Exemplo n.º 2
0
Arquivo: color.c Projeto: SIEGE/siege
SGColor SG_CALL sgColor1ubp(const SGubyte* g)
{
    return sgColor1ub(g[0]);
}