mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-20 12:52:34 -05:00
8 lines
106 B
C
8 lines
106 B
C
|
#ifndef CORE_ARCH_CPU_H
|
||
|
#define CORE_ARCH_CPU_H
|
||
|
|
||
|
#include "CpuRegister.h"
|
||
|
#include "CpuFeature.h"
|
||
|
|
||
|
#endif
|