www.pudn.com > tomohide_fur.03.13.02.zip > timer.h


//----------------------------------------------------------------------------- 
// File: timer.h 
// 
// Copyright (C) 2001-2002 Tomohide Kano. All rights reserved. 
//----------------------------------------------------------------------------- 

extern bool  timerInit(float fps_interval);
extern void  timerDestroy(); 
extern void  timerUpdate();
extern float timerGetDT(); 
extern float timerGetFPS();