mirror of
https://github.com/yquake2/extractfunctions.git
synced 2024-11-10 06:31:50 +00:00
A tool used to generate the function and mmove lists for the Yamagi Quake II savegame system
c2d3e7e6bf
This is the "extractfuncions" tool used to generate the functions and mmove lists for the savegame system. This tool is totaly broken (but did the job :) ), do not complain if there are any problems. Patches (or better pull requests) are welcome. |
||
---|---|---|
build.sh | ||
ef_local.h | ||
extractfuncs.c | ||
l_log.c | ||
l_log.h | ||
l_memory.c | ||
l_memory.h | ||
l_precomp.c | ||
l_precomp.h | ||
l_script.c | ||
l_script.h | ||
LICENSE | ||
README |
extractfuncs *.c -o g_func_list.h g_func_decs.h extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h