Files
cool-source-archive/utils/captioncompiler/cbase.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

20 lines
390 B
C

//========= 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