diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-23 03:22:03 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-23 03:22:03 +0000 |
commit | 7a7390337e04d0163b97c1da7bdaa198bacaff72 (patch) | |
tree | 019eb3f455b0e8b35be9ae4560da319f377ea14e /src/perform.cpp | |
parent | f5cf5725026ecb2fa63d729fb6745b4da15e69d8 (diff) | |
download | build-7a7390337e04d0163b97c1da7bdaa198bacaff72.tar.gz build-7a7390337e04d0163b97c1da7bdaa198bacaff72.tar.bz2 build-7a7390337e04d0163b97c1da7bdaa198bacaff72.tar.xz build-7a7390337e04d0163b97c1da7bdaa198bacaff72.zip |
Loads more stuff...it's nearly working now.
Diffstat (limited to '')
-rw-r--r-- | src/perform.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/perform.cpp b/src/perform.cpp index 937a76c..4e4a78e 100644 --- a/src/perform.cpp +++ b/src/perform.cpp | |||
@@ -7,3 +7,9 @@ Perform::Perform() | |||
7 | Perform::~Perform() | 7 | Perform::~Perform() |
8 | { | 8 | { |
9 | } | 9 | } |
10 | |||
11 | void Perform::addParam( const char *sParam ) | ||
12 | { | ||
13 | lParam.push_back( sParam ); | ||
14 | } | ||
15 | |||