| 142 | const char *cubetypename(int t) { return t >= 0 && t < SEMISOLID ? cubetypenames[t] : "unknown"; } |
| 143 | |
| 144 | void mipstats(const int a[]) { if(showmipstats && !showeditfocus) hudeditf(HUDMSG_MIPSTATS, "1x1/2x2/4x4/8x8: %d / %d / %d / %d", a[0], a[1], a[2], a[3]); } |
| 145 | |
| 146 | bool editfocusdetails(sqr *s) |
| 147 | { |
no test coverage detected