add includes lordhavoc forgot

This commit is contained in:
Bill Currie 2000-12-07 11:34:18 +00:00
parent 4ee0be8f91
commit 9f924b3a9e
1 changed files with 4 additions and 2 deletions

View File

@ -34,9 +34,11 @@
#endif
#include <string.h>
#include "model.h"
#include "quakefs.h"
#include "console.h"
#include "glquake.h"
#include "model.h"
#include "qendian.h"
#include "quakefs.h"
int Mod_Fullbright(byte *skin, int width, int height, char *name);