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
+4 -1
View File
@@ -40,6 +40,8 @@
#include <sys\timeb.h>
#endif
#include <sdl.h>
/*****************************
** Function prototypes
******************************/
@@ -806,7 +808,8 @@ int Main_Menu(unsigned long )
/*
** Get and process player input.
*/
*/
input = (KeyNumType)0;
input = commands->Input();
#ifndef FIXIT_VERSION_3