summaryrefslogtreecommitdiff
path: root/hammer/buildnum.h
diff options
context:
space:
mode:
Diffstat (limited to 'hammer/buildnum.h')
-rw-r--r--hammer/buildnum.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/hammer/buildnum.h b/hammer/buildnum.h
new file mode 100644
index 0000000..7a8604b
--- /dev/null
+++ b/hammer/buildnum.h
@@ -0,0 +1,14 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef BUILDNUM_H
+#define BUILDNUM_H
+#pragma once
+
+int build_number( void );
+
+#endif // BUILDNUM_H