52 lines
1.2 KiB
C
52 lines
1.2 KiB
C
// EdStrings.h
|
|
// Guy Simmmons, 5th August 1998.
|
|
|
|
#ifndef EDSTRINGS_H
|
|
#define EDSTRINGS_H
|
|
|
|
//---------------------------------------------------------------
|
|
|
|
extern TCHAR *wtype_strings[],
|
|
*wtrigger_strings[],
|
|
*on_trigger_strings[],
|
|
*wplayer_strings[],
|
|
*wenemy_strings[],
|
|
*wenemy_ai_strings[],
|
|
*wenemy_move_strings[],
|
|
*wenemy_flag_strings[],
|
|
*wenemy_ability_strings[],
|
|
*wvehicle_strings[],
|
|
*wvehicle_behaviour_strings[],
|
|
*wvehicle_key_strings[],
|
|
*witem_strings[],
|
|
*witem_flag_strings[],
|
|
*wsfx_strings[],
|
|
*wvfx_strings[],
|
|
*wcscenes_strings[],
|
|
*wmessage_strings[],
|
|
*wcreature_strings[],
|
|
*wcammove_strings[],
|
|
*wcamtype_strings[],
|
|
*wcamtarg_strings[],
|
|
*wactivate_strings[],
|
|
*wlitetype_strings[],
|
|
*wtraptype_strings[],
|
|
*wtrapaxis_strings[],
|
|
*showlines_strings[],
|
|
*wweaponitem_strings[],
|
|
*wotheritem_strings[],
|
|
*witemcontainer_strings[],
|
|
*zonetype_strings[],
|
|
*wbombtype_strings[],
|
|
*wplatform_flag_strings[],
|
|
*wfire_strings[],
|
|
*wspotfx_strings[],
|
|
*wwarefx_strings[],
|
|
*wbarrel_type_strings[],
|
|
*colour_strings[];
|
|
|
|
//---------------------------------------------------------------
|
|
|
|
#endif
|
|
|