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