| 426 | } |
| 427 | |
| 428 | void setErrorState(const char* strMessage) |
| 429 | { |
| 430 | g_DrawConfig.strErrorState = strMessage; |
| 431 | } |
| 432 | |
| 433 | void drawCropStream(MapGenerator* pGenerator, IntRect location, IntRect selection, int dividedBy) |
| 434 | { |
no outgoing calls
no test coverage detected