mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 20:30:57 +00:00
7 lines
71 B
C
7 lines
71 B
C
|
#ifndef __build_h
|
||
|
#define __build_h
|
||
|
|
||
|
int build_number( void );
|
||
|
|
||
|
#endif
|