| 72 | } |
| 73 | |
| 74 | DFhackCExport command_result plugin_shutdown ( color_ostream &out ) |
| 75 | { |
| 76 | shutdown_flag = true; |
| 77 | while(!final_flag) |
| 78 | { |
| 79 | Core::getInstance().getConsole().msleep(60); |
| 80 | } |
| 81 | return CR_OK; |
| 82 | } |
| 83 | |
| 84 | DFhackCExport command_result plugin_onstatechange(color_ostream &out, state_change_event event) |
| 85 | { |