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