diff options
Diffstat (limited to 'src/ca/precomp.h')
| -rw-r--r-- | src/ca/precomp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ca/precomp.h b/src/ca/precomp.h index d5143dac..c78d78c1 100644 --- a/src/ca/precomp.h +++ b/src/ca/precomp.h | |||
| @@ -16,3 +16,10 @@ | |||
| 16 | #include "cost.h" | 16 | #include "cost.h" |
| 17 | 17 | ||
| 18 | #include "caDecor.h" | 18 | #include "caDecor.h" |
| 19 | |||
| 20 | enum eHandleExisting | ||
| 21 | { | ||
| 22 | heReplace = 0, | ||
| 23 | heIgnore = 1, | ||
| 24 | heFail = 2 | ||
| 25 | }; | ||
