- removed many 'extern "C"' declarations, now that assembly is no longer a concern.

- some concepts about building a RenderViewpoint struct. No actual work yet.
This commit is contained in:
Christoph Oelckers 2017-03-11 11:31:09 +01:00
commit 72da1fed7e
12 changed files with 74 additions and 60 deletions

View file

@ -2,10 +2,7 @@
#include "doomdef.h"
#include "x86.h"
extern "C"
{
CPUInfo CPU;
}
CPUInfo CPU;
#if !defined(__amd64__) && !defined(__i386__) && !defined(_M_IX86) && !defined(_M_X64)
void CheckCPUID(CPUInfo *cpu)