css_enhanced_waf/public/tier3/scenetokenprocessor.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

18 lines
426 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================
#ifndef SCENETOKENPROCESSOR_H
#define SCENETOKENPROCESSOR_H
#ifdef _WIN32
#pragma once
#endif
class ISceneTokenProcessor;
ISceneTokenProcessor *GetTokenProcessor();
void SetTokenProcessorBuffer( const char *buf );
#endif // SCENETOKENPROCESSOR_H