mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
add includes lordhavoc forgot
This commit is contained in:
parent
4ee0be8f91
commit
9f924b3a9e
1 changed files with 4 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue