#ifndef _INC_MMX_H
#define _INC_MMX_H

		// IsMMXCpu() returns TRUE if the CPU
		// has Intel's MMX technology.
		// Link to the IHammer utils library
		// 
	__declspec(dllexport) BOOL IsMMXCpu( void );
	

#endif // _INC_MMX_H