//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $NoKeywords: $
//=============================================================================//

#ifndef BITBUF_ERRORHANDLER_H
#define BITBUF_ERRORHANDLER_H
#ifdef _WIN32
#pragma once
#endif


void InstallBitBufErrorHandler();


#endif // BITBUF_ERRORHANDLER_H