/* Copyright 1999, Be Incorporated. All Rights Reserved. This file may be used under the terms of the Be Sample Code License.*/#include <GL/gl.h>
class FPS{ public:
FPS();
~FPS();
staticvoiddrawCounter(GLfloat frameRate);
private:
staticvoiddrawChar(GLfloat x, GLfloat y, GLint number);
};