* Set here the function, if any, that you want to be called when landscape * generation is done. * @param proc callback procedure */
| 241 | * @param proc callback procedure |
| 242 | */ |
| 243 | void GenerateWorldSetCallback(GWDoneProc *proc) |
| 244 | { |
| 245 | GenWorldInfo::proc = proc; |
| 246 | } |
| 247 | |
| 248 | /** |
| 249 | * Set here the function, if any, that you want to be called when landscape |
no outgoing calls
no test coverage detected