- add m_swap.h to several files.

This commit is contained in:
Christoph Oelckers 2023-08-19 15:18:01 +02:00
commit f0bbc32bae
13 changed files with 13 additions and 0 deletions

View file

@ -31,6 +31,7 @@
#include "texturemanager.h"
#include "modelrenderer.h"
#include "printf.h"
#include "m_swap.h"
#ifdef _MSC_VER
#pragma warning(disable:4244) // warning C4244: conversion from 'double' to 'float', possible loss of data