Inheritance: hvector
Example #1
0
 public static void BGL_S16VSET(s16vector v, int l, short o)
 {
     v.objs[l] = o;
 }
Example #2
0
 public static short BGL_S16VREF(s16vector v, int l)
 {
     return v.objs[l];
 }