mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-02-24 17:54:14 +01:00
8 lines
188 B
Plaintext
8 lines
188 B
Plaintext
|
#/bin/sh
|
||
|
|
||
|
./shworker.bin iter sourcehook.hxx sourcehook.h $1
|
||
|
./shworker.bin iter sh_memfuncinfo.hxx sh_memfuncinfo.h $1
|
||
|
./shworker.bin hopter FastDelegate.hxx FastDelegate.h $1
|
||
|
|
||
|
cp *.h ..
|