diff options
Diffstat (limited to 'mp/src/game/server/hl2/npc_antliongrub.h')
| -rw-r--r-- | mp/src/game/server/hl2/npc_antliongrub.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mp/src/game/server/hl2/npc_antliongrub.h b/mp/src/game/server/hl2/npc_antliongrub.h new file mode 100644 index 00000000..ba45e715 --- /dev/null +++ b/mp/src/game/server/hl2/npc_antliongrub.h @@ -0,0 +1,13 @@ +//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose: Antlion Grub - cannon fodder
+//
+// $Workfile: $
+// $Date: $
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef NPC_ANTLIONGRUB_H
+#define NPC_ANTLIONGRUB_H
+
+#endif //NPC_ANTLIONGRUB_H
\ No newline at end of file |