- 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:
parent
56986ba843
commit
72da1fed7e
12 changed files with 74 additions and 60 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue