Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/openal-0.0.8/src/al_cpu_caps.h @ 17

Last change on this file since 17 was 17, checked in by landauf, 16 years ago

added openal

File size: 195 bytes
Line 
1#ifndef AL_CPU_CAPS_H
2#define AL_CPU_CAPS_H
3
4void _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.