Moved .extern C(BOPS_Error) from quakeasm.h to math.S;

Moved a bunch of .extern C's from quakeasm.h to snd_mixa.S
Removed references to quakeasm.h from math.S, snd_mixa.S, sys_x86.S, and worlda.S
This commit is contained in:
Anton E. Gavrilov 2000-05-14 22:21:59 +00:00
parent e459dbd407
commit 1e384f48eb
5 changed files with 13 additions and 11 deletions

View file

@ -247,13 +247,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
.extern pz
.extern spr8entryvec_table
.extern C(snd_scaletable)
.extern C(paintbuffer)
.extern C(snd_linear_count)
.extern C(snd_p)
.extern C(snd_vol)
.extern C(snd_out)
.extern C(vright)
.extern C(vup)
.extern C(vpn)
.extern C(BOPS_Error)