AxibugEmuOnline/virtuanessrc097-master/MMTimer.h

33 lines
1.1 KiB
C
Raw Normal View History

<EFBFBD><EFBFBD>//
// Multimedia timer support
//
#ifndef __CMMTIMER_INCLUDED__
#define __CMMTIMER_INCLUDED__
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <mmsystem.h>
#include "typedef.h"
class CMMTimer
{
public:
CMMTimer();
~CMMTimer();
static SQWORD GetMMTimer();
static FLOAT CalcTimeDifference( SQWORD t0, SQWORD t1 );
protected:
private:
static BOOL m_bInitialize;
// ؚR<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0)R(u<EFBFBD>Qeg<EFBFBD>0K0i0F0K0n0<EFBFBD>0<EFBFBD>0<EFBFBD>0
static BOOL m_bHigh;
// ؚR<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>0<EFBFBD>0<EFBFBD>0<EFBFBD>0hT<EFBFBD>lpe
static SQWORD m_hpFrequency;
};
#endif // !__CMMTIMER_INCLUDED__