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/nxw_utils.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 #ifndef __NXW_UTILS_H__
00011 #define __NXW_UTILS_H__
00012 #include "nxwcommn.h"
00013 #include "basics.h"
00014 
00015 
00016 void setCrimGrey (P_CHAR pc, int mode);
00017 void usehairdye(int s, P_ITEM pidye);
00018 
00019 #ifdef WIN32
00020     char *getHKLMRegistryString(char *key, char *subkey);
00021     void setHKLMRegistryString(char *key, char *subkey, char *value);
00022     char *splitPath (char *p);
00023 #endif
00024 
00025 extern double g_fNatRate;
00026 extern double g_fAmxRate;
00027 
00028 #endif //__NXW_UTILS_H__
SourceForge.net Logo