| 207 | void Restore( idRestoreGame *savefile ); // unarchives object from save game file |
| 208 | |
| 209 | void EnableDebugInfo( void ) { interpreter.debug = true; }; |
| 210 | void DisableDebugInfo( void ) { interpreter.debug = false; }; |
| 211 | |
| 212 | void WaitMS( int time ); |
no outgoing calls
no test coverage detected