More non C89 compliant comments
This commit is contained in:
parent
25c9f2cd30
commit
5e78879e76
28 changed files with 252 additions and 248 deletions
|
@ -46,12 +46,12 @@ button_messagebox(void *eventNumber)
|
|||
|
||||
SDL_MessageBoxData data = {
|
||||
SDL_MESSAGEBOX_INFORMATION,
|
||||
NULL, // no parent window
|
||||
NULL, /* no parent window */
|
||||
"Custom MessageBox",
|
||||
"This is a custom messagebox",
|
||||
2,
|
||||
buttons,
|
||||
NULL // Default color scheme
|
||||
NULL /* Default color scheme */
|
||||
};
|
||||
|
||||
int button = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue