sys.h is no longer part of quakedef.h

sys_wina.S is now sys_x86.S (same as now gone sys_dosa.S, used on Linux too)

Updated Linux Makefile to reflect above

Linux translation table thingy now compiles properly
This commit is contained in:
Joseph Carter 2000-05-14 16:56:28 +00:00
parent 31b8be8648
commit 6e37b33f44
37 changed files with 90 additions and 49 deletions

View file

@ -26,8 +26,11 @@
$Id$
*/
#include "sys.h"
#include "quakedef.h"
#ifdef _WIN32
#include "winquake.h"
#endif
void (*vid_menudrawfn)(void);
void (*vid_menukeyfn)(int key);