aboutsummaryrefslogtreecommitdiff
path: root/sp/src/public/ilaunchabledll.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 /sp/src/public/ilaunchabledll.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 'sp/src/public/ilaunchabledll.h')
-rw-r--r--sp/src/public/ilaunchabledll.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/sp/src/public/ilaunchabledll.h b/sp/src/public/ilaunchabledll.h
index ef9201bd..561cce96 100644
--- a/sp/src/public/ilaunchabledll.h
+++ b/sp/src/public/ilaunchabledll.h
@@ -1,28 +1,28 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef ILAUNCHABLEDLL_H
-#define ILAUNCHABLEDLL_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-
-#define LAUNCHABLE_DLL_INTERFACE_VERSION "launchable_dll_1"
-
-
-// vmpi_service can use this to debug worker apps in-process,
-// and some of the launchers (like texturecompile) use this.
-class ILaunchableDLL
-{
-public:
- // All vrad.exe does is load the VRAD DLL and run this.
- virtual int main( int argc, char **argv ) = 0;
-};
-
-
-
-#endif // ILAUNCHABLEDLL_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef ILAUNCHABLEDLL_H
+#define ILAUNCHABLEDLL_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+
+#define LAUNCHABLE_DLL_INTERFACE_VERSION "launchable_dll_1"
+
+
+// vmpi_service can use this to debug worker apps in-process,
+// and some of the launchers (like texturecompile) use this.
+class ILaunchableDLL
+{
+public:
+ // All vrad.exe does is load the VRAD DLL and run this.
+ virtual int main( int argc, char **argv ) = 0;
+};
+
+
+
+#endif // ILAUNCHABLEDLL_H