Browse Source

Changed SNFMulti engine version to 3.0.7 accounting for fixes and upgrades to underlying components.

git-svn-id: https://svn.microneil.com/svn/SNFMulti/trunk@20 dc71a809-1921-45c4-985c-09c81d0142d9
wx
madscientist 15 years ago
parent
commit
475833df1c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      SNFMulti.cpp

+ 2
- 2
SNFMulti.cpp View File



//// Version Info //// Version Info


const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.6 Build: " __DATE__ " " __TIME__;
const char* SNF_ENGINE_VERSION = "SNFMulti Engine Version 3.0.7 Build: " __DATE__ " " __TIME__;


//// Script Caller Methods //// Script Caller Methods




int ScriptCaller::LastResult() { // Return the result code from int ScriptCaller::LastResult() { // Return the result code from
return myLastResult; // the last system() call. return myLastResult; // the last system() call.
}
}


void ScriptCaller::myTask() { // Safely call system() when triggered. void ScriptCaller::myTask() { // Safely call system() when triggered.
Sleeper WaitATic(1000); // One second sleeper. Sleeper WaitATic(1000); // One second sleeper.

Loading…
Cancel
Save