aboutsummaryrefslogtreecommitdiff
path: root/src/viewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/viewer.cpp')
-rw-r--r--src/viewer.cpp10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/viewer.cpp b/src/viewer.cpp
index 51acc3b..5998316 100644
--- a/src/viewer.cpp
+++ b/src/viewer.cpp
@@ -16,7 +16,15 @@ void Viewer::endAction()
16{ 16{
17} 17}
18 18
19void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) 19void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget )
20{
21}
22
23void Viewer::beginPerforms( int nCount )
24{
25}
26
27void Viewer::endPerforms()
20{ 28{
21} 29}
22 30