FS2_Open
Open source remastering of the Freespace 2 engine
voicerec.h
Go to the documentation of this file.
1 #ifndef __VOICEREC_H__
2 #define __VOICEREC_H__
3 
4 #define GRAMMARID1 161 // Arbitrary grammar id
5 #define WM_RECOEVENT WM_USER+190 // Arbitrary user defined message for reco callback
6 
7 bool VOICEREC_init(HWND hWnd, int event_id, int grammar_id, int command_resource);
8 void VOICEREC_deinit();
10 
11 #endif
void * HWND
Definition: config.h:104
void VOICEREC_deinit()
bool VOICEREC_init(HWND hWnd, int event_id, int grammar_id, int command_resource)
HWND hWnd
Definition: vddraw.h:425
void VOICEREC_process_event(HWND hWnd)