| 64 | } |
| 65 | |
| 66 | void idUserInterfaceManagerLocal::Touch( const char *name ) { |
| 67 | idUserInterface *gui = Alloc(); |
| 68 | gui->InitFromFile( name ); |
| 69 | // delete gui; |
| 70 | } |
| 71 | |
| 72 | void idUserInterfaceManagerLocal::WritePrecacheCommands( idFile *f ) { |
| 73 |
nothing calls this directly
no test coverage detected