- Timestamp:
- Sep 16, 2006, 10:20:42 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/script_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/script_engine/script.cc
r9747 r9749 216 216 if(error != 0) 217 217 { 218 printf("Script '%s' : Failed to execute function '%s': \n",currentFile.c_str(),currentFunction.c_str());218 PRINTF(1)("Script '%s' : Failed to execute function '%s': \n",currentFile.c_str(),currentFunction.c_str()); 219 219 reportError(error); 220 220 //clean up -
branches/new_class_id/src/lib/script_engine/script_class.h
r9715 r9749 40 40 41 41 private: 42 ClassID _classID;42 ClassID _classID; 43 43 ScriptMethod* _scriptMethods; 44 44 };
Note: See TracChangeset
for help on using the changeset viewer.