00001 00002 00006 #ifndef SHADOW_H 00007 #define SHADOW_H 00008 00009 #include "../../../common/protocol.h" 00010 #include "../../../common/buffer.h" 00011 00013 00018 bool AuthenticateShadow (packet* pak, Buffer* in); 00019 00021 00026 bool CheckShadowed (char* name, char* password); 00027 00028 #endif