diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-12 18:19:05 +0000 |
commit | 9d9f75e6da9885e256097a2eabd0ccb951a40651 (patch) | |
tree | 45f9e83c080e0243aad34cfdfe969e31677d14e0 /src/viewer.cpp | |
parent | 58f477bd5c5f9a61d4a4072d452856b180b1c172 (diff) | |
download | build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.gz build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.bz2 build-9d9f75e6da9885e256097a2eabd0ccb951a40651.tar.xz build-9d9f75e6da9885e256097a2eabd0ccb951a40651.zip |
Fixed the viewers, and some other good goo.
Diffstat (limited to '')
-rw-r--r-- | src/viewer.cpp | 10 |
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 | ||
19 | void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) | 19 | void Viewer::beginCommand( Action::eAction nAct, const std::string &sTarget ) |
20 | { | ||
21 | } | ||
22 | |||
23 | void Viewer::beginPerforms( int nCount ) | ||
24 | { | ||
25 | } | ||
26 | |||
27 | void Viewer::endPerforms() | ||
20 | { | 28 | { |
21 | } | 29 | } |
22 | 30 | ||