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