| 218 | void Restore( idRestoreGame *savefile ); // unarchives object from save game file |
| 219 | |
| 220 | void EnableDebugInfo( void ) { interpreter.debug = true; }; |
| 221 | void DisableDebugInfo( void ) { interpreter.debug = false; }; |
| 222 | |
| 223 | void WaitMS( int time ); |
no outgoing calls
no test coverage detected