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