mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
7 lines
106 B
C
7 lines
106 B
C
#ifndef CORE_ARCH_CPU_H
|
|
#define CORE_ARCH_CPU_H
|
|
|
|
#include "CpuRegister.h"
|
|
#include "CpuFeature.h"
|
|
|
|
#endif
|