- Backend update from Raze.

* TArray extensions
* MSVC setup so that [[deprecated]] emits warnings.
This commit is contained in:
Christoph Oelckers 2021-11-12 09:36:19 +01:00
commit c598d9bab7
20 changed files with 348 additions and 29 deletions

View file

@ -21,7 +21,6 @@
*/
#include <stddef.h>
#include "poly_thread.h"
#include "screen_scanline_setup.h"
#include <cmath>

View file

@ -22,7 +22,6 @@
#include <stddef.h>
#include "filesystem.h"
#include "v_video.h"
#include "poly_triangle.h"