A tool used to generate the function and mmove lists for the Yamagi Quake II savegame system
Find a file
Yamagi Burmeister c2d3e7e6bf Add LICENSE and README
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.
2012-04-29 11:10:04 +02:00
build.sh Add build.sh 2011-10-04 10:10:58 +00:00
ef_local.h Convert to UTF-8 2011-10-04 10:10:14 +00:00
extractfuncs.c Fix struct extraction on unix 2011-10-04 11:44:02 +00:00
l_log.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_log.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_memory.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_memory.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_precomp.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_precomp.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_script.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_script.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
LICENSE Add LICENSE and README 2012-04-29 11:10:04 +02:00
README Add README 2011-10-04 10:11:43 +00:00

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