diff options
Diffstat (limited to 'src/actions/actions.h')
-rw-r--r-- | src/actions/actions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actions/actions.h b/src/actions/actions.h index ed8cf980c..c614f61c7 100644 --- a/src/actions/actions.h +++ b/src/actions/actions.h @@ -48,6 +48,8 @@ namespace Actions decHandler(screenshot); decHandler(ignoreInput); decHandler(talk); + decHandler(buy); + decHandler(sell); decHandler(stopAttack); decHandler(untarget); decHandler(attack); |