This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/engine/client/gl_local.h

12 lines
398 B
C
Raw Normal View History

2010-11-22 22:00:00 +01:00
//=======================================================================
// Copyright XashXT Group 2010 <20>
// gl_local.h - renderer local declarations
//=======================================================================
#ifndef GL_LOCAL_H
#define GL_LOCAL_H
void GL_SubdivideSurface( msurface_t *fa );
void GL_BuildPolygonFromSurface( msurface_t *fa );
#endif//GL_LOCAL_H