- moved the matrix code out of 'gl' because the model code also needs it.
This commit is contained in:
parent
637a9dff9b
commit
836970f012
18 changed files with 129 additions and 138 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue