aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/tier3/scenetokenprocessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/tier3/scenetokenprocessor.h')
-rw-r--r--mp/src/public/tier3/scenetokenprocessor.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/mp/src/public/tier3/scenetokenprocessor.h b/mp/src/public/tier3/scenetokenprocessor.h
new file mode 100644
index 00000000..35b2aca4
--- /dev/null
+++ b/mp/src/public/tier3/scenetokenprocessor.h
@@ -0,0 +1,18 @@
+//========= 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