mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 06:42:26 +00:00
more fixes
This commit is contained in:
parent
5c524ba2f0
commit
8601bc905b
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,5 @@ EXTRA_DIST = adivtab.h anorm_dots.h anorms.h asm_draw.h asm_i386.h block16.h \
|
|||
sbar.h screen.h server.h sizebuf.h sound.h spritegn.h sys.h \
|
||||
teamplay.h uint32.h vid.h view.h wad.h winquake.h world.h zone.h \
|
||||
win32/fnmatch.h win32/bc/config.h win32/vc/config.h win32/vc/dirent.h \
|
||||
win32/version.h win32/version.h.in context_x11.h dga_check.h gcc_attr.h
|
||||
win32/version.h win32/version.h.in context_x11.h dga_check.h gcc_attr.h \
|
||||
joystick.h
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
#include "console.h"
|
||||
#include "qendian.h"
|
||||
#include "checksum.h"
|
||||
#include "glquake.h"
|
||||
#include "server.h"
|
||||
|
||||
extern char loadname[];
|
||||
|
|
Loading…
Reference in a new issue