campo-sirio/setup/setupkey.h
luca 614cf9d5bf Patch level :
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@15613 c028cbd2-c16b-5b4b-a496-9718f37d4682
2007-09-13 10:24:51 +00:00

15 lines
347 B
C
Executable File

#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);
#endif