mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-13 08:27:39 +00:00
05adfd0e53
quakeio.h -> vfile.h More diff reduction between trunk and my VFS code. Also took the time to put some headers in order and fix a few #include's pointed out by moving things around a bit.
10 lines
566 B
Makefile
10 lines
566 B
Makefile
AUTOMAKE_OPTIONS = foreign
|
|
SUBDIRS = plugin
|
|
includedir = $(prefix)/include/QF
|
|
include_HEADERS = asm_i386.h bspfile.h cdaudio.h checksum.h cmd.h compat.h \
|
|
console.h crc.h cvar.h draw.h gcc_attr.h gib.h hash.h hl.h info.h \
|
|
input.h joystick.h keys.h link.h locs.h mathlib.h mdfour.h model.h \
|
|
modelgen.h msg.h pcx.h plugin.h pr_comp.h progs.h qargs.h qdefs.h \
|
|
qendian.h qfgl_ext.h qfplist.h qtypes.h render.h screen.h sizebuf.h \
|
|
skin.h sound.h spritegn.h sys.h teamplay.h texture.h tga.h uint32.h \
|
|
va.h varrays.h ver_check.h vfile.h vfs.h vid.h wad.h zone.h
|