view mp3lib/d_cpu.h @ 1127:ca1bc9edf735

audio_out_format_name prototype added, ao_control_vol_t for aocontrol_get/set_volume added
author al3x
date Thu, 14 Jun 2001 15:25:00 +0000
parents a1fe76547e8f
children 03b7e2955a20
line wrap: on
line source


// --------------------------------------------------------------------------
//  Cpu function detect by Pontscho/fresh!mindworkz
// --------------------------------------------------------------------------

#ifndef __MY_CPUIDENT
#define __MY_CPUIDENT

unsigned int _CpuID;
unsigned int _i586;
unsigned int _3dnow;

extern unsigned long CpuDetect( void );
extern unsigned long ipentium( void );
extern unsigned long a3dnow( void );

#endif