Rev 59 | Rev 83 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 59 | Rev 75 | ||
|---|---|---|---|
| Line 219... | Line 219... | ||
| 219 | void DialogBox_Challenge (int challenge_index); void DialogBox_Challenge_Validated (void); |
219 | void DialogBox_Challenge (int challenge_index); void DialogBox_Challenge_Validated (void); |
| 220 | void DialogBox_ChangeAppearance (void); void DialogBox_ChangeAppearance_Validated (void); |
220 | void DialogBox_ChangeAppearance (void); void DialogBox_ChangeAppearance_Validated (void); |
| 221 | void DialogBox_Comment (void); void DialogBox_Comment_Validated (void); |
221 | void DialogBox_Comment (void); void DialogBox_Comment_Validated (void); |
| 222 | void DialogBox_EndGame (void); void DialogBox_EndGame_Validated (void); |
222 | void DialogBox_EndGame (void); void DialogBox_EndGame_Validated (void); |
| 223 | void DialogBox_GoToMove (void); void DialogBox_GoToMove_Validated (void); |
223 | void DialogBox_GoToMove (void); void DialogBox_GoToMove_Validated (void); |
| - | 224 | void DialogBox_RenameSides (void); void DialogBox_RenameSides_Validated (void); |
|
| 224 | void DialogBox_Load (void); void DialogBox_Load_Validated (void); |
225 | void DialogBox_Load (void); void DialogBox_Load_Validated (void); |
| 225 | void DialogBox_Message (messagebox_t *messagebox_parms); void DialogBox_Message_Validated (void); |
226 | void DialogBox_Message (messagebox_t *messagebox_parms); void DialogBox_Message_Validated (void); |
| 226 | void DialogBox_NewGame (void); void DialogBox_NewGame_Validated (void); |
227 | void DialogBox_NewGame (void); void DialogBox_NewGame_Validated (void); |
| 227 | void DialogBox_Options (void); void DialogBox_Options_Validated (void); |
228 | void DialogBox_Options (void); void DialogBox_Options_Validated (void); |
| 228 | void DialogBox_PawnPromotion (void); void DialogBox_PawnPromotion_Validated (void); |
229 | void DialogBox_PawnPromotion (void); void DialogBox_PawnPromotion_Validated (void); |