Subversion Repositories Games.Chess Giants

Rev

Rev 193 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 193 Rev 194
Line 250... Line 250...
250
bool Debug_SendLogToAuthor (char *reason, bool should_include_description);
250
bool Debug_SendLogToAuthor (char *reason, bool should_include_description);
251
int RecvWithTimeout (int socket_id, float timeout_in_seconds, char *outbuf, size_t outbuf_size, int flags);
251
int RecvWithTimeout (int socket_id, float timeout_in_seconds, char *outbuf, size_t outbuf_size, int flags);
252
const wchar_t *GetLastNetworkError (void);
252
const wchar_t *GetLastNetworkError (void);
253
HICON W32LoadIcon (const wchar_t *fmt, ...);
253
HICON W32LoadIcon (const wchar_t *fmt, ...);
254
HBITMAP W32LoadImage (const wchar_t *fmt, ...);
254
HBITMAP W32LoadImage (const wchar_t *fmt, ...);
-
 
255
#ifndef NO_REGISTRATION
255
bool IsRegistrationCorrect (const wchar_t *email, const unsigned __int32 code);
256
bool IsRegistrationCorrect (const wchar_t *email, const unsigned __int32 code);
-
 
257
#endif // !NO_REGISTRATION
256
 
258
 
257
// dialog_xxx.cpp and window_xxx.cpp function prototypes
259
// dialog_xxx.cpp and window_xxx.cpp function prototypes
258
void DialogBox_Registration (void);
260
void DialogBox_Registration (void);
259
void DialogBox_About (void);                             void DialogBox_About_Validated (void);
261
void DialogBox_About (void);                             void DialogBox_About_Validated (void);
260
void DialogBox_Challenge (int challenge_index);          void DialogBox_Challenge_Validated (void);
262
void DialogBox_Challenge (int challenge_index);          void DialogBox_Challenge_Validated (void);