Exemple #1
0
 public PrimitiveHeader(WiiPrimitiveType type, int entries)
 {
     Type    = type;
     Entries = (ushort)entries;
 }
 public PrimitiveHeader(WiiPrimitiveType type, int entries)
 {
     Type = type;
     Entries = (ushort)entries;
 }