source:
downloads/openal-0.0.8/src/al_cpu_caps.h
@
24
Last change on this file since 24 was 17, checked in by landauf, 17 years ago | |
---|---|
File size: 195 bytes |
Line | |
---|---|
1 | #ifndef AL_CPU_CAPS_H |
2 | #define AL_CPU_CAPS_H |
3 | |
4 | void _alDetectCPUCaps(void); |
5 | |
6 | #if defined(__i386__) || defined(__x86_64__) |
7 | #include "arch/i386/x86_cpu_caps_prk.h" |
8 | #endif |
9 | |
10 | #endif /* AL_CPU_CAPS_H */ |
Note: See TracBrowser
for help on using the repository browser.