Inheritance: hvector
示例#1
0
 public static void BGL_S32VSET(s32vector v, int l, int o)
 {
     v.objs[l] = o;
 }
示例#2
0
 public static int BGL_S32VREF(s32vector v, int l)
 {
     return v.objs[l];
 }