upload "kind" alien swarm

This commit is contained in:
nillerusr
2023-10-03 17:23:56 +03:00
parent b7bd94c52e
commit 7d3c0d8b5a
4229 changed files with 462900 additions and 495155 deletions
+6 -2
View File
@@ -1,4 +1,4 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//========= Copyright (c) 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
@@ -16,8 +16,10 @@
#endif
#ifndef _XBOX
#ifdef POSIX
#undef min
#undef max
#endif
#pragma warning(push)
#include <set>
#pragma warning(pop)
@@ -27,9 +29,11 @@
#pragma once
#endif
// the include <set> monkey's with the MAX() define, unbreak it
#ifdef POSIX
// the include <set> monkey's with the max() define, unbreak it
#undef MINMAX_H
#include "minmax.h"
#endif
#include "ai_playerally.h"