mirror of
https://github.com/blendogames/thirtyflightsofloving.git
synced 2024-11-14 16:40:57 +00:00
86b480711c
Updated extractfuncs.exe from latest source. Use new cvar modified functions to force vid_restart from vid_ref. Renamed qglDrawRangeElementsEXT to qglDrawRangeElements in qgl_win.c (missed in last commit).
6 lines
179 B
Bash
6 lines
179 B
Bash
#!/bin/bash
|
|
f=`dirname $0`
|
|
cd $f
|
|
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
|