Start ICS header cleanup and finish type matrix.
Change-Id: If65f96f08c958d330862c543d85dd9d4a0f90e06
This commit is contained in:
committed by
Stephen Hines
parent
466e3a22db
commit
6cc888e77e
@@ -28,6 +28,11 @@ public class Byte2 {
|
||||
public Byte2() {
|
||||
}
|
||||
|
||||
public Byte2(byte initX, byte initY) {
|
||||
x = initX;
|
||||
y = initY;
|
||||
}
|
||||
|
||||
public byte x;
|
||||
public byte y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user