diff options
Diffstat (limited to 'utils/xbox/makexvcd/cbase.h')
| -rw-r--r-- | utils/xbox/makexvcd/cbase.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/xbox/makexvcd/cbase.h b/utils/xbox/makexvcd/cbase.h new file mode 100644 index 0000000..d374bb7 --- /dev/null +++ b/utils/xbox/makexvcd/cbase.h @@ -0,0 +1,19 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//============================================================================= + +#ifndef CBASE_H +#define CBASE_H +#ifdef _WIN32 +#pragma once +#endif + +#include "basetypes.h" + +// This is just a dummy file to make this tool compile +#include "ai_activity.h" +#include "UtlVector.h" + +#endif // CBASE_H |