aboutsummaryrefslogtreecommitdiff
path: root/mp/src/utils/captioncompiler/cbase.h
blob: 378d503fc06950b34ed21db7a445061e0bd5d544 (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