warzone2100/lib/gamelib
Giel van Schijndel 6671750da0 * move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible
* remove ptrlist.c from lib/gamelib/Makefile.raw
 * some modifications of char* -> const char*
 * modify typedef of audio callback function to take a parameter of `void *psObj` rather than `AUDIO_SAMPLE *psSample` to minimize exposure (psSample->psObj was the only thing used by all callback functions anyway)
 * modify all callback functions to match the new typedef's signature
 * modify all functions calling callbacks to match the new signature (I think I've got them all, but since passing a pointer to a void* parameter doesn't generate any compiler errors/warnings I might have missed one, which would lead to undefined behaviour)

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1442 4a71c877-e1ca-e34f-864e-861f7616d084
2007-04-12 10:31:11 +00:00
..
Makefile.am inline the only function from ani.c in its only user (init.c) and remove 2007-04-10 18:13:08 +00:00
Makefile.raw * move some pieces of gettext.h into the conditional `#if ENABLE_NLS` and provide dummies for them if NLS is disabled (the #else part of the definition), without this compiling with NLS disabled is impossible 2007-04-12 10:31:11 +00:00
anim.c * audp_parser can now only parse from a PHYSFS_file, it won't parse directly from a memory buffer anymore 2007-04-09 11:31:05 +00:00
anim.h * audp_parser can now only parse from a PHYSFS_file, it won't parse directly from a memory buffer anymore 2007-04-09 11:31:05 +00:00
animobj.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
animobj.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
audp_lexer.l - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
audp_parser.y - Remove lots of inclusions of windows.h (and move inclusion of frame.h up) 2007-04-11 14:21:45 +00:00
gtime.c Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
gtime.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00
hashtabl.c * remove macro PTRVALID 2007-04-03 13:20:41 +00:00
hashtabl.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
maxpidef.h Add GPL notices to all sourcecode files. 2007-01-15 20:09:25 +00:00
parser.h Code-Cleanup: remove a lot of type,function,variable 2007-04-10 17:01:53 +00:00