- moved the matrix code out of 'gl' because the model code also needs it.

This commit is contained in:
Christoph Oelckers 2017-11-25 13:51:09 +01:00
commit 836970f012
18 changed files with 129 additions and 138 deletions

View file

@ -38,6 +38,7 @@
#include "textures/bitmap.h"
#include "g_levellocals.h"
#include "models.h"
#include "v_palette.h"
#ifdef _MSC_VER
#pragma warning(disable:4244) // warning C4244: conversion from 'double' to 'float', possible loss of data