mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 06:51:47 +00:00
don't install skin_stencil.h
This commit is contained in:
parent
ded1b4c057
commit
b286afc7f7
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
59 Temple Place - Suite 330
|
59 Temple Place - Suite 330
|
||||||
Boston, MA 02111-1307, USA
|
Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
$Id:
|
$Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char skin_stencil[] = {
|
char skin_stencil[] = {
|
|
@ -45,10 +45,10 @@ static const char rcsid[] =
|
||||||
#include "QF/sys.h"
|
#include "QF/sys.h"
|
||||||
#include "QF/texture.h"
|
#include "QF/texture.h"
|
||||||
#include "QF/vfs.h"
|
#include "QF/vfs.h"
|
||||||
#include "QF/skin_stencil.h"
|
|
||||||
|
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include "compat.h"
|
#include "compat.h"
|
||||||
|
#include "skin_stencil.h"
|
||||||
|
|
||||||
#define MAX_TEMP_SKINS 64 //XXX dynamic?
|
#define MAX_TEMP_SKINS 64 //XXX dynamic?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue