mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-11 07:12:07 +00:00
7 lines
77 B
C
7 lines
77 B
C
|
#ifndef __buildnum_h
|
||
|
#define __buildnum_h
|
||
|
|
||
|
int build_number( void );
|
||
|
|
||
|
#endif
|