예제 #1
0
파일: color.c 프로젝트: tinyserver/siege
SGColor SG_EXPORT sgColor1ubv(const SGubyte* g)
{
    return sgColor1ub(g[0]);
}
예제 #2
0
파일: color.c 프로젝트: SIEGE/siege
SGColor SG_CALL sgColor1ubp(const SGubyte* g)
{
    return sgColor1ub(g[0]);
}