aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/hl2/npc_rollermine.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/hl2/npc_rollermine.h')
-rw-r--r--mp/src/game/server/hl2/npc_rollermine.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/mp/src/game/server/hl2/npc_rollermine.h b/mp/src/game/server/hl2/npc_rollermine.h
index 346b4b46..774e3aa9 100644
--- a/mp/src/game/server/hl2/npc_rollermine.h
+++ b/mp/src/game/server/hl2/npc_rollermine.h
@@ -1,22 +1,22 @@
-//========= Copyright Valve Corporation, All rights reserved. ============//
-//
-// Purpose:
-//
-//=============================================================================//
-
-#ifndef NPC_ROLLERMINE_H
-#define NPC_ROLLERMINE_H
-#ifdef _WIN32
-#pragma once
-#endif
-
-//------------------------------------
-// Spawnflags
-//------------------------------------
-#define SF_ROLLERMINE_FRIENDLY (1 << 16)
-#define SF_ROLLERMINE_PROP_COLLISION (1 << 17)
-
-bool NPC_Rollermine_IsRollermine( CBaseEntity *pEntity );
-CBaseEntity *NPC_Rollermine_DropFromPoint( const Vector &originStart, CBaseEntity *pOwner, const char *pszTemplate );
-
-#endif // NPC_ROLLERMINE_H
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+//=============================================================================//
+
+#ifndef NPC_ROLLERMINE_H
+#define NPC_ROLLERMINE_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+//------------------------------------
+// Spawnflags
+//------------------------------------
+#define SF_ROLLERMINE_FRIENDLY (1 << 16)
+#define SF_ROLLERMINE_PROP_COLLISION (1 << 17)
+
+bool NPC_Rollermine_IsRollermine( CBaseEntity *pEntity );
+CBaseEntity *NPC_Rollermine_DropFromPoint( const Vector &originStart, CBaseEntity *pOwner, const char *pszTemplate );
+
+#endif // NPC_ROLLERMINE_H