Inheritance: hvector
Esempio n. 1
0
 public static void BGL_U16VSET(u16vector v, int l, ushort o)
 {
     v.objs[l] = o;
 }
Esempio n. 2
0
 public static ushort BGL_U16VREF(u16vector v, int l)
 {
     return v.objs[l];
 }