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:
parent
0d77a4577e
commit
461c66051c
1 changed files with 4 additions and 3 deletions
|
@ -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, ...);
|
||||
|
||||
|
|
Loading…
Reference in a new issue