A tool used to generate the function and mmove lists for the Yamagi Quake II savegame system
Find a file
2011-10-04 10:14:01 +00: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 s/_strdup/strdup/g 2011-10-04 10:14:01 +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
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