diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-15 19:55:42 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-15 19:55:42 +0300 |
commit | 75d94c3c01eaa828d8e96767b06e3d0c3019ffa3 (patch) | |
tree | be72fab95329eff4da04f2dbe2e56dec2781e47b /src/dyetool/actions | |
parent | a520caf57d759e725d8e63d1c47d9b3d5e779324 (diff) | |
download | plus-75d94c3c01eaa828d8e96767b06e3d0c3019ffa3.tar.gz plus-75d94c3c01eaa828d8e96767b06e3d0c3019ffa3.tar.bz2 plus-75d94c3c01eaa828d8e96767b06e3d0c3019ffa3.tar.xz plus-75d94c3c01eaa828d8e96767b06e3d0c3019ffa3.zip |
Change cast offset in skills dialog.
Diffstat (limited to 'src/dyetool/actions')
-rw-r--r-- | src/dyetool/actions/commands.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dyetool/actions/commands.cpp b/src/dyetool/actions/commands.cpp index 4356d3267..45daa68d4 100644 --- a/src/dyetool/actions/commands.cpp +++ b/src/dyetool/actions/commands.cpp @@ -144,5 +144,9 @@ impHandlerVoid(adoptChild) impHandlerVoid(showSkillLevels) impHandlerVoid(showSkillType) impHandlerVoid(selectSkillType) +impHandlerVoid(showSkillOffsetX) +impHandlerVoid(showSkillOffsetY) +impHandlerVoid(setSkillOffsetX) +impHandlerVoid(setSkillOffsetY) } // namespace Actions |