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