Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

/home/groups/n/no/noxwizard/cvs/src/speech.h

Go to the documentation of this file.
00001   /*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
00002     || NoX-Wizard UO Server Emulator (NXW) [http://noxwizard.sourceforge.net]  ||
00003     ||                                                                         ||
00004     || This software is free software released under GPL2 license.             ||
00005     || You can find detailed license information in nox-wizard.cpp file.       ||
00006     ||                                                                         ||
00007     || For any question post to NoX-Wizard forums.                             ||
00008     -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
00009 
00010 #if !defined(AFX_SPEECH_H__93559DDF_35B6_4DCC_BC04_4F7CECA54BB3__INCLUDED_)
00011 #define AFX_SPEECH_H__93559DDF_35B6_4DCC_BC04_4F7CECA54BB3__INCLUDED_
00012 
00013 #if _MSC_VER >= 1000
00014 #pragma once
00015 #endif // _MSC_VER >= 1000
00016 
00017 void responsevendor(NXWSOCKET  s, int vendor);
00018 void talking(int s, string);
00019 
00020 
00021 void wchar2char (const char* str);
00022 void char2wchar (const char* str);
00023 
00024 
00025 #endif // !defined(AFX_SPEECH_H__93559DDF_35B6_4DCC_BC04_4F7CECA54BB3__INCLUDED_)
SourceForge.net Logo