aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/interval.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/shared/interval.h')
-rw-r--r--mp/src/game/shared/interval.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/mp/src/game/shared/interval.h b/mp/src/game/shared/interval.h
index 361531cf..08f72610 100644
--- a/mp/src/game/shared/interval.h
+++ b/mp/src/game/shared/interval.h
@@ -1,20 +1,20 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef INTERVAL_H
-#define INTERVAL_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include "basetypes.h"
-
-
-interval_t ReadInterval( const char *pString );
-float RandomInterval( const interval_t &interval );
-
-#endif // INTERVAL_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef INTERVAL_H
+#define INTERVAL_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+#include "basetypes.h"
+
+
+interval_t ReadInterval( const char *pString );
+float RandomInterval( const interval_t &interval );
+
+#endif // INTERVAL_H