0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge-old synced 2025-03-22 17:01:04 +00:00

Include <model.h>

This commit is contained in:
Marcus Sundberg 2000-02-05 15:08:13 +00:00
parent 0d77a4577e
commit 461c66051c

View file

@ -23,9 +23,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <math.h>
#include <qtypes.h>
#include <quakedef.h>
#include <mathlib.h>
#include "qtypes.h"
#include "quakedef.h"
#include "mathlib.h"
#include "model.h"
void Sys_Error (char *error, ...);