diff options
Diffstat (limited to 'src/map/if/if.h')
-rw-r--r-- | src/map/if/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/if/if.h b/src/map/if/if.h index aac141fd..c51fa940 100644 --- a/src/map/if/if.h +++ b/src/map/if/if.h @@ -103,6 +103,7 @@ struct If_Par_t_ float DelayTarget; // delay target float Epsilon; // value used in comparison floating point numbers int nRelaxRatio; // delay relaxation ratio + int nStructType; // type of the structure int fPreprocess; // preprossing int fArea; // area-oriented mapping int fFancy; // a fancy feature |