summaryrefslogtreecommitdiff
path: root/utils/xbox/makexvcd/cbase.h
blob: d374bb78d87fe81c2192e777c3aff8abb2ec9f9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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