8 lines
147 B
C
Executable File

#ifndef __KEY_H
#define __KEY_H
unsigned short DongleLogin(int& year);
unsigned short ServerLogin(int& year, const wxString& strSrvName);
#endif