#ifndef __SETUPKEY_H #define __SETUPKEY_H bool ErrorBox(const wxString str); bool WarningBox(const wxString str); bool HardlockGarble(unsigned short* data); unsigned short HardlockLogin(int& year); void EncodeEutronPassword(char* str); unsigned short EutronLogin(int& year); unsigned short ServerLogin(int& year, wxString& strSrvName); bool DictionaryLogin(const wxString& strSrvName); #endif