Rev 75 | Rev 85 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 75 | Rev 83 | ||
|---|---|---|---|
| Line 209... | Line 209... | ||
| 209 | void Debug_Init (const wchar_t *logfile_name); | 209 | void Debug_Init (const wchar_t *logfile_name); | 
| 210 | void Debug_Log (const wchar_t *fmt, ...); | 210 | void Debug_Log (const wchar_t *fmt, ...); | 
| 211 | const wchar_t *GetLastNetworkError (void); | 211 | const wchar_t *GetLastNetworkError (void); | 
| 212 | HICON W32LoadIcon (const wchar_t *fmt, ...); | 212 | HICON W32LoadIcon (const wchar_t *fmt, ...); | 
| 213 | HBITMAP W32LoadImage (const wchar_t *fmt, ...); | 213 | HBITMAP W32LoadImage (const wchar_t *fmt, ...); | 
| 214 | bool IsRegistrationCorrect (const wchar_t *email, const unsigned | 214 | bool IsRegistrationCorrect (const wchar_t *email, const unsigned __int32 code); | 
| 215 | 215 | ||
| 216 | // dialog_xxx.cpp and window_xxx.cpp function prototypes | 216 | // dialog_xxx.cpp and window_xxx.cpp function prototypes | 
| 217 | void DialogBox_Registration (void); | 217 | void DialogBox_Registration (void); | 
| 218 | void DialogBox_About (void); void DialogBox_About_Validated (void); | 218 | void DialogBox_About (void); void DialogBox_About_Validated (void); | 
| 219 | void DialogBox_Challenge (int challenge_index); void DialogBox_Challenge_Validated (void); | 219 | void DialogBox_Challenge (int challenge_index); void DialogBox_Challenge_Validated (void); |