quakeforge/ruamoko/include/Makefile.am
Bill Currie c98ffa4eda Create a message buffer API for Ruamoko
The api hides all the gory details of message buffer setup and usage
(particularly the differences between writing and reading). Most
importantly, the api provides a safe way to read and write binary data
(always little endian).
2012-02-06 15:50:32 +09:00

15 lines
569 B
Makefile

AUTOMAKE_OPTIONS= foreign
pkgincludedir= $(libdir)/qfcc/include
nobase_pkginclude_HEADERS= \
crudefile.h debug.h entities.h infokey.h math.h message.h nq_message.h \
physics.h msgbuf.h qfile.h qfs.h qw_message.h qw_physics.h qw_sys.h \
server.h sound.h script.h string.h sv_sound.h system.h \
\
draw.h key.h \
\
cbuf.h cmd.h cvar.h file.h gib.h hash.h plist.h runtime.h \
Object.h Protocol.h \
AutoreleasePool.h Array.h Entity.h PropertyList.h \
\
gui/Group.h gui/InputLine.h gui/Pic.h gui/Point.h gui/Rect.h gui/Size.h \
gui/Slider.h gui/Text.h gui/View.h