aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/common/qfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/utils/common/qfiles.h')
-rw-r--r--mp/src/utils/common/qfiles.h84
1 files changed, 42 insertions, 42 deletions
diff --git a/mp/src/utils/common/qfiles.h b/mp/src/utils/common/qfiles.h
index b1d2232f..fc122c33 100644
--- a/mp/src/utils/common/qfiles.h
+++ b/mp/src/utils/common/qfiles.h
@@ -1,42 +1,42 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-// $Workfile: $
-// $Date: $
-//
-//-----------------------------------------------------------------------------
-// $Log: $
-//
-// $NoKeywords: $
-//=============================================================================//
-
-#ifndef QFILES_H
-#define QFILES_H
-#pragma once
-
-
-//
-// qfiles.h: quake file formats
-// This file must be identical in the quake and utils directories
-//
-
-#include "basetypes.h"
-#include "commonmacros.h"
-#include "worldsize.h"
-#include "bspfile.h"
-
-#define MAX_OSPATH 260
-#define MAX_QPATH 64
-
-/*
-========================================================================
-
-The .pak files are just a linear collapse of a directory tree
-
-========================================================================
-*/
-
-#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P')
-
-#endif // QFILES_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $Workfile: $
+// $Date: $
+//
+//-----------------------------------------------------------------------------
+// $Log: $
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef QFILES_H
+#define QFILES_H
+#pragma once
+
+
+//
+// qfiles.h: quake file formats
+// This file must be identical in the quake and utils directories
+//
+
+#include "basetypes.h"
+#include "commonmacros.h"
+#include "worldsize.h"
+#include "bspfile.h"
+
+#define MAX_OSPATH 260
+#define MAX_QPATH 64
+
+/*
+========================================================================
+
+The .pak files are just a linear collapse of a directory tree
+
+========================================================================
+*/
+
+#define IDPAKHEADER (('K'<<24)+('C'<<16)+('A'<<8)+'P')
+
+#endif // QFILES_H