| 1248 | void LoadVoxelModels(void); |
| 1249 | |
| 1250 | void setVideoMode() |
| 1251 | { |
| 1252 | int xdim = screen->GetWidth(); |
| 1253 | int ydim = screen->GetHeight(); |
| 1254 | V_UpdateModeSize(xdim, ydim); |
| 1255 | viewport3d = { 0, 0, xdim, ydim }; |
| 1256 | } |
| 1257 | |
| 1258 | //========================================================================== |
| 1259 | // |
no test coverage detected