mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-16 16:21:32 +00:00
7 lines
71 B
C
7 lines
71 B
C
|
#ifndef CPU_H
|
||
|
#define CPU_H
|
||
|
|
||
|
#include "bits/cpu.h"
|
||
|
|
||
|
#endif /* CPU_H */
|