Home | History | Annotate | Download | only in cpp

Lines Matching defs:Byte2

1996 class Byte2 {
2000 Byte2(int8_t initX, int8_t initY)
2002 Byte2() : x(0), y(0) {}