aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/shared/mapdata_shared.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/game/shared/mapdata_shared.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/game/shared/mapdata_shared.h')
-rw-r--r--mp/src/game/shared/mapdata_shared.h64
1 files changed, 32 insertions, 32 deletions
diff --git a/mp/src/game/shared/mapdata_shared.h b/mp/src/game/shared/mapdata_shared.h
index 00b8e520..93eb2909 100644
--- a/mp/src/game/shared/mapdata_shared.h
+++ b/mp/src/game/shared/mapdata_shared.h
@@ -1,33 +1,33 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef MAPDATA_SHARED_H
-#define MAPDATA_SHARED_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-#include "interface.h"
-#include "mathlib/vector.h"
-
-#define INTERFACEVERSION_MAPDATA "MapData001"
-
-abstract_class IMapData
-{
-public:
-
- // World data queries.
- virtual void GetMapBounds( Vector &vecMins, Vector &vecMaxs ) = 0;
- virtual void GetMapOrigin( Vector &vecOrigin ) = 0;
- virtual void GetMapSize( Vector &vecSize ) = 0;
-
- // 3D Skybox data queries.
- virtual void Get3DSkyboxOrigin( Vector &vecOrigin ) = 0;
- virtual float Get3DSkyboxScale( void ) = 0;
-};
-
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef MAPDATA_SHARED_H
+#define MAPDATA_SHARED_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+#include "interface.h"
+#include "mathlib/vector.h"
+
+#define INTERFACEVERSION_MAPDATA "MapData001"
+
+abstract_class IMapData
+{
+public:
+
+ // World data queries.
+ virtual void GetMapBounds( Vector &vecMins, Vector &vecMaxs ) = 0;
+ virtual void GetMapOrigin( Vector &vecOrigin ) = 0;
+ virtual void GetMapSize( Vector &vecSize ) = 0;
+
+ // 3D Skybox data queries.
+ virtual void Get3DSkyboxOrigin( Vector &vecOrigin ) = 0;
+ virtual float Get3DSkyboxScale( void ) = 0;
+};
+
#endif // MAPDATA_SHARED_H \ No newline at end of file