22 static int checkWaterDepth(
float,
float, u8, u8,
float *);
24 bool isHead() {
return mFlags & 0b00000000000000000000000000010101; }
25 bool isWallL() {
return mFlags & 0b00000000000000000000000000101010; }
27 bool isWallR() {
return mFlags & 0b00111100000000000000000000000000; }