/
rogue24b3/
rogue24b3/data/
/***************************************************************************\
[*]    ___    ____   ____   __   __  ____ [*]   ROGUE: ROM With Attitude  [*]
[*]   /#/ )  /#/  ) /#/  ) /#/  /#/ /#/   [*]    All rights reserved      [*]
[*]  /#/ <  /#/  / /#/ _  /#/  /#/ /#/--  [*]   Copyright(C) 2000-2001    [*]
[*] /#/   \(#(__/ (#(__/ (#(__/#/ (#(___  [*] Kenneth Conley (Mendanbar)  [*]
[*]  Expression of Digital Creativity..   [*]  scmud@mad.scientist.com    [*]
[-]---------------------------------------+-+-----------------------------[-]
[*] File: pueblo.h							  [*]
[*] Usage: Pueblo Definitions						  [*]
\***************************************************************************/

// HTTP for Pueblo enhancments.
#define PUEBLO_DIR      "http://.../pueblo/"
#define PUEBLO_START    "ff3main.mid"	// Start Midi
#define PUEBLO_S_IMG    "rog.gif"	// Start Image
#define PUEBLO_V_TEST   "vtest.wav"	// Volume Test Sound

void image_to_char	args( ( CHAR_DATA *ch, const char *image ) );
void music_to_char	args( ( CHAR_DATA *ch, const char *sound ) );
void sound		args( ( char *str, CHAR_DATA *ch, OBJ_DATA *obj,
				void *vict_obj, int type, int min_pos) );