| 140 | } |
| 141 | |
| 142 | void CGraphicsPluginImpl::ProcessDList() |
| 143 | { |
| 144 | #ifdef DAEDALUS_DEBUG_DISPLAYLIST |
| 145 | if (!DLDebugger_Process()) |
| 146 | { |
| 147 | DLParser_Process(); |
| 148 | } |
| 149 | #else |
| 150 | DLParser_Process(); |
| 151 | #endif |
| 152 | } |
| 153 | |
| 154 | void CGraphicsPluginImpl::UpdateScreen() |
| 155 | { |
no test coverage detected