| 904 | // |
| 905 | //***************************************************************************** |
| 906 | void DLParser_LoadTile( MicroCodeCommand command ) |
| 907 | { |
| 908 | gRDPStateManager.LoadTile( command.loadtile ); |
| 909 | } |
| 910 | |
| 911 | //***************************************************************************** |
| 912 | // |
nothing calls this directly
no outgoing calls
no test coverage detected