Cumulative changes required to enable / ease compilation in Linux with gcc. (PR #861)

Split MouseInterface to isolate DirectInput code.
Avoid overflow in platforms where RAND_MAX is a big integer constant.
Fix include files for gcc (where enums cannot be forward declared).
This commit is contained in:
Andrea
2020-11-10 20:33:55 +00:00
committed by GitHub
parent 3d8acbbc83
commit 8cc04e2b86
18 changed files with 317 additions and 239 deletions
+2 -2
View File
@@ -2179,8 +2179,8 @@ _mono:
}
//===========================================================================
void GenerateVideoTables( void );
void GenerateBaseColors(baseColors_t pBaseNtscColors);
static void GenerateVideoTables( void );
static void GenerateBaseColors(baseColors_t pBaseNtscColors);
void NTSC_Destroy(void)
{