mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-11 07:01:46 +00:00
The one who removed #ifndef GLQUAKE from quakeasm.h gotta be shot.
This commit is contained in:
parent
a2284ec9c8
commit
51d9494677
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
|
|
||||||
#ifndef QW_SERVER
|
#ifndef QW_SERVER
|
||||||
#ifndef NeXT
|
#ifndef NeXT
|
||||||
|
#ifndef GLQUAKE
|
||||||
.extern C(d_zistepu)
|
.extern C(d_zistepu)
|
||||||
.extern C(d_pzbuffer)
|
.extern C(d_pzbuffer)
|
||||||
.extern C(d_zistepv)
|
.extern C(d_zistepv)
|
||||||
|
@ -254,6 +255,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
.extern fp_64kx64k
|
.extern fp_64kx64k
|
||||||
.extern pz
|
.extern pz
|
||||||
.extern spr8entryvec_table
|
.extern spr8entryvec_table
|
||||||
|
#endif // GLQUAKE
|
||||||
|
|
||||||
.extern C(snd_scaletable)
|
.extern C(snd_scaletable)
|
||||||
.extern C(paintbuffer)
|
.extern C(paintbuffer)
|
||||||
|
|
Loading…
Reference in a new issue