mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2025-01-18 22:41:49 +00:00
5 lines
152 B
Batchfile
5 lines
152 B
Batchfile
|
cd ..\game
|
||
|
..\tools_bin\extractfuncs *.c -o g_func_list.h g_func_decs.h
|
||
|
..\tools_bin\extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h
|
||
|
cd ..
|