First stage of video and input system merge. The city has collapsed, wreckage sifting ensues...

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-04-15 04:18:22 +00:00
parent bd0fab4ce1
commit 66fafd3e0e
91 changed files with 20971 additions and 1214 deletions

View file

@ -32,7 +32,7 @@
#include "QF/mathlib.h"
#include "QF/model.h"
#include "QF/cvar.h"
#include "vid.h"
#include "QF/vid.h"
//#include "model.h"
//now we know why (struct model_s *) is used here instead of model_t
//damn circular reference ! same with player_info_s -- yan