2007-09-20 09:53:21 +00:00
|
|
|
#ifndef __KEY_H
|
|
|
|
#define __KEY_H
|
2007-09-13 10:24:51 +00:00
|
|
|
|
2015-06-17 07:15:42 +00:00
|
|
|
unsigned short DongleLogin(int& year);
|
|
|
|
unsigned short ServerLogin(int& year, const wxString& strSrvName);
|
2007-09-13 10:24:51 +00:00
|
|
|
|
2015-06-17 07:15:42 +00:00
|
|
|
#endif
|