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