|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "stdafx.h"#include <string.h>#include "fred.h"#include "fred2/freddoc.h"#include "VoiceActingManager.h"#include "missionui/missioncmdbrief.h"#include "mission/missionbriefcommon.h"#include "mission/missionmessage.h"#include "mission/missiongoals.h"#include "hud/hudtarget.h"#include "parse/sexp.h"#include "iff_defs/iff_defs.h"#include <math.h>Go to the source code of this file.
Macros | |
| #define | INVALID_MESSAGE ((MMessage*)0xFFFFFFFF) |
Variables | |
| char | Voice_abbrev_briefing [NAME_LENGTH] |
| char | Voice_abbrev_campaign [NAME_LENGTH] |
| char | Voice_abbrev_command_briefing [NAME_LENGTH] |
| char | Voice_abbrev_debriefing [NAME_LENGTH] |
| char | Voice_abbrev_message [NAME_LENGTH] |
| char | Voice_abbrev_mission [NAME_LENGTH] |
| bool | Voice_no_replace_filenames |
| char | Voice_script_entry_format [NOTES_LENGTH] |
| int | Voice_export_selection |
| bool | Voice_group_messages |
| #define INVALID_MESSAGE ((MMessage*)0xFFFFFFFF) |
Definition at line 24 of file voiceactingmanager.cpp.
| char Voice_abbrev_briefing[NAME_LENGTH] |
Definition at line 27 of file voiceactingmanager.cpp.
| char Voice_abbrev_campaign[NAME_LENGTH] |
Definition at line 28 of file voiceactingmanager.cpp.
| char Voice_abbrev_command_briefing[NAME_LENGTH] |
Definition at line 29 of file voiceactingmanager.cpp.
| char Voice_abbrev_debriefing[NAME_LENGTH] |
Definition at line 30 of file voiceactingmanager.cpp.
| char Voice_abbrev_message[NAME_LENGTH] |
Definition at line 31 of file voiceactingmanager.cpp.
| char Voice_abbrev_mission[NAME_LENGTH] |
Definition at line 32 of file voiceactingmanager.cpp.
| int Voice_export_selection |
Definition at line 35 of file voiceactingmanager.cpp.
| bool Voice_group_messages |
Definition at line 36 of file voiceactingmanager.cpp.
| bool Voice_no_replace_filenames |
Definition at line 33 of file voiceactingmanager.cpp.
| char Voice_script_entry_format[NOTES_LENGTH] |
Definition at line 34 of file voiceactingmanager.cpp.