Initial SDL implementation very very rough.

This commit is contained in:
Justin Marshall
2020-06-01 18:49:33 -07:00
parent 96416e9ca9
commit c294a35427
8 changed files with 94 additions and 52 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ int WWMessageBox::Process(const char * msg, const char * b1txt, const char * b2t
int curbutton;
TextButtonClass * buttons[3];
void * back;
BOOL display; // display level
BOOL display = TRUE; // display level
int realval[5];
#ifndef WIN32