/
Sapphire/bin/
Sapphire/db/
Sapphire/db/OLC_rooms/
Sapphire/db/abi/
Sapphire/db/em_src/
Sapphire/db/helps/
Sapphire/db/helps/emman/ifunc/
Sapphire/db/npcs/Tatt/
Sapphire/db/objects/Tatt/
Sapphire/db/q_data/
Sapphire/db/rooms/Tatt/
Sapphire/doc/
Sapphire/doc/em/
Sapphire/etc/
Sapphire/src/abic/
Sapphire/src/areacon/
Sapphire/src/client/
Sapphire/src/embc/
Sapphire/src/emi/
Sapphire/src/emi/test/
Sapphire/src/include/
Sapphire/src/sapphire/em/
Sapphire/src/tcon/
/*
 * Copyright (C) 1995-1997 Christopher D. Granz
 *
 * This header may not be removed.
 *
 * Refer to the file "License" included in this package for further
 * information and before using any of the following.
 */

#ifndef __CLIENT_H__
#define __CLIENT_H__

#include "sapphire.h"


/*
 * Prototypes
 */

/*
 * main.c
 */
int             main         ( int iArgC, char *pArgV[], char *pEnv[] );
void            print_text                              ( char *pText );
bool            is_number                                ( char *pStr );

/*
 * error.c
 */
void            fatal                            ( char *pFormat, ... );

#endif /* __CLIENT_H__ */


/*
 * End of client.h
 */