mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 06:06:50 +00:00
15 lines
297 B
C
15 lines
297 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#ifndef BUILDNUM_H
|
|
#define BUILDNUM_H
|
|
#pragma once
|
|
|
|
int build_number( void );
|
|
|
|
#endif // BUILDNUM_H
|