From f56bb35301836e56582a575a75864392a0177875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20P=2E=20Tjern=C3=B8?= Date: Mon, 2 Dec 2013 19:31:46 -0800 Subject: Fix line endings. WHAMMY. --- mp/src/public/vgui/KeyCode.h | 48 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'mp/src/public/vgui/KeyCode.h') diff --git a/mp/src/public/vgui/KeyCode.h b/mp/src/public/vgui/KeyCode.h index 54eb0520..0e58a5c4 100644 --- a/mp/src/public/vgui/KeyCode.h +++ b/mp/src/public/vgui/KeyCode.h @@ -1,24 +1,24 @@ -//========= Copyright Valve Corporation, All rights reserved. ============// -// -// Purpose: this is a map for virtual key codes -// virtual key codes may exist outside this range for other languages -// NOTE: Button codes also contain mouse codes, but we won't worry about that -// -// $NoKeywords: $ -//===========================================================================// - -#ifndef KEYCODE_H -#define KEYCODE_H - -#ifdef _WIN32 -#pragma once -#endif - -#include "inputsystem/ButtonCode.h" - -namespace vgui -{ -typedef ButtonCode_t KeyCode; -} - -#endif // KEYCODE_H +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: this is a map for virtual key codes +// virtual key codes may exist outside this range for other languages +// NOTE: Button codes also contain mouse codes, but we won't worry about that +// +// $NoKeywords: $ +//===========================================================================// + +#ifndef KEYCODE_H +#define KEYCODE_H + +#ifdef _WIN32 +#pragma once +#endif + +#include "inputsystem/ButtonCode.h" + +namespace vgui +{ +typedef ButtonCode_t KeyCode; +} + +#endif // KEYCODE_H -- cgit v1.2.3