--------------------- NEXT ----------------------
| 283 | } |
| 284 | // --------------------- NEXT ---------------------- |
| 285 | dialog *dialog::next() const |
| 286 | { |
| 287 | return this ? this->pNext : nullptr; |
| 288 | } |
| 289 | // ------------------- SET FLAG -------------------- |
| 290 | bool dialog::setFlags(u32 dwFlag) |
| 291 | { |
no outgoing calls
no test coverage detected