mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
More merging. Become one with the shoggoth. Poor hungry shoggoth...
This commit is contained in:
parent
37a93b3e91
commit
2fe98e9fa4
2 changed files with 35 additions and 1 deletions
34
include/buildnum.h
Normal file
34
include/buildnum.h
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
/*
|
||||||
|
buildnum.h
|
||||||
|
|
||||||
|
Build number calculation
|
||||||
|
|
||||||
|
Copyright (C) 1996-1997 Id Software, Inc.
|
||||||
|
|
||||||
|
This program is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation; either version 2
|
||||||
|
of the License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
See the GNU General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program; if not, write to:
|
||||||
|
|
||||||
|
Free Software Foundation, Inc.
|
||||||
|
59 Temple Place - Suite 330
|
||||||
|
Boston, MA 02111-1307, USA
|
||||||
|
|
||||||
|
$Id$
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef _BUILDNUM_H
|
||||||
|
#define _BUILDNUM_H
|
||||||
|
|
||||||
|
int build_number( void );
|
||||||
|
|
||||||
|
#endif // _BUILDNUM_H
|
|
@ -1,7 +1,7 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
AUTOMAKE_OPTIONS= foreign
|
AUTOMAKE_OPTIONS= foreign
|
||||||
|
|
||||||
EXTRA_DIST = bothdefs.h buildnum.h cl_cam.h cl_demo.h cl_ents.h cl_input.h \
|
EXTRA_DIST = bothdefs.h cl_cam.h cl_demo.h cl_ents.h cl_input.h \
|
||||||
cl_main.h cl_parse.h cl_pred.h cl_slist.h cl_tent.h client.h \
|
cl_main.h cl_parse.h cl_pred.h cl_slist.h cl_tent.h client.h \
|
||||||
commdef.h d_iface.h d_ifacea.h d_local.h game.h host.h \
|
commdef.h d_iface.h d_ifacea.h d_local.h game.h host.h \
|
||||||
logos.h modelgen.h msg_ucmd.h net.h pmove.h progdefs.h \
|
logos.h modelgen.h msg_ucmd.h net.h pmove.h progdefs.h \
|
||||||
|
|
Loading…
Reference in a new issue