summaryrefslogtreecommitdiff
path: root/engine/conprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'engine/conprint.h')
-rw-r--r--engine/conprint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/engine/conprint.h b/engine/conprint.h
new file mode 100644
index 0000000..36ca1d4
--- /dev/null
+++ b/engine/conprint.h
@@ -0,0 +1,16 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//===========================================================================//
+#ifndef CONPRINT_H
+#define CONPRINT_H
+
+#ifdef _WIN32
+#pragma once
+#endif
+
+void Con_SafePrintf (PRINTF_FORMAT_STRING const char *fmt, ...);
+
+#endif // CONPRINT_H