summaryrefslogtreecommitdiff
path: root/utils/hlfaceposer/eventproperties_speak.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hlfaceposer/eventproperties_speak.h')
-rw-r--r--utils/hlfaceposer/eventproperties_speak.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/utils/hlfaceposer/eventproperties_speak.h b/utils/hlfaceposer/eventproperties_speak.h
new file mode 100644
index 0000000..2bac966
--- /dev/null
+++ b/utils/hlfaceposer/eventproperties_speak.h
@@ -0,0 +1,18 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//=============================================================================//
+
+#ifndef EVENTPROPERTIES_SPEAK_H
+#define EVENTPROPERTIES_SPEAK_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+class CEventParams;
+
+int EventProperties_Speak( CEventParams *params );
+
+#endif // EVENTPROPERTIES_SPEAK_H