aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/con_nprint.h
diff options
context:
space:
mode:
authorJørgen P. Tjernø <[email protected]>2013-12-02 19:31:46 -0800
committerJørgen P. Tjernø <[email protected]>2013-12-02 19:46:31 -0800
commitf56bb35301836e56582a575a75864392a0177875 (patch)
treede61ddd39de3e7df52759711950b4c288592f0dc /mp/src/public/con_nprint.h
parentMark some more files as text. (diff)
downloadsource-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz
source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip
Fix line endings. WHAMMY.
Diffstat (limited to 'mp/src/public/con_nprint.h')
-rw-r--r--mp/src/public/con_nprint.h62
1 files changed, 31 insertions, 31 deletions
diff --git a/mp/src/public/con_nprint.h b/mp/src/public/con_nprint.h
index 85308844..8e866528 100644
--- a/mp/src/public/con_nprint.h
+++ b/mp/src/public/con_nprint.h
@@ -1,31 +1,31 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose: Debug overlay / notfication printing
-//
-//=============================================================================//
-
-#ifndef CON_NPRINT_H
-#define CON_NPRINT_H
-
-#ifdef _WIN32
-#pragma once
-#endif
-
-//-----------------------------------------------------------------------------
-// Purpose: Debug overlay / notfication printing
-// NOTE: Structure cannot be changed by mods
-//-----------------------------------------------------------------------------
-typedef struct con_nprint_s
-{
- int index; // Row #
- float time_to_live; // # of seconds before it disappears. -1 means to display for 1 frame then go away.
- float color[ 3 ]; // RGB colors ( 0.0 -> 1.0 scale )
- bool fixed_width_font;
-} con_nprint_t;
-
-// Print string on line idx
-void Con_NPrintf( int idx, PRINTF_FORMAT_STRING const char *fmt, ... );
-// Customized printout
-void Con_NXPrintf( const con_nprint_t *info, PRINTF_FORMAT_STRING const char *fmt, ... );
-
-#endif // CON_NPRINT_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: Debug overlay / notfication printing
+//
+//=============================================================================//
+
+#ifndef CON_NPRINT_H
+#define CON_NPRINT_H
+
+#ifdef _WIN32
+#pragma once
+#endif
+
+//-----------------------------------------------------------------------------
+// Purpose: Debug overlay / notfication printing
+// NOTE: Structure cannot be changed by mods
+//-----------------------------------------------------------------------------
+typedef struct con_nprint_s
+{
+ int index; // Row #
+ float time_to_live; // # of seconds before it disappears. -1 means to display for 1 frame then go away.
+ float color[ 3 ]; // RGB colors ( 0.0 -> 1.0 scale )
+ bool fixed_width_font;
+} con_nprint_t;
+
+// Print string on line idx
+void Con_NPrintf( int idx, PRINTF_FORMAT_STRING const char *fmt, ... );
+// Customized printout
+void Con_NXPrintf( const con_nprint_t *info, PRINTF_FORMAT_STRING const char *fmt, ... );
+
+#endif // CON_NPRINT_H