mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
Gcc is more fussy than msvc
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3227 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f2cce499f6
commit
2d8dba797a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
extern void GL_DrawAliasMesh (mesh_t *mesh, int texnum);
|
||||
|
||||
void GL_DrawSkySphere (msurface_t *fa);
|
||||
static void GL_DrawSkySphere (msurface_t *fa);
|
||||
void D3D7_DrawSkySphere (msurface_t *fa);
|
||||
void D3D9_DrawSkySphere (msurface_t *fa);
|
||||
|
||||
|
|
Loading…
Reference in a new issue