/[gzz]/gzz/gfx/librenderables/Renderables.hxx
ViewVC logotype

Diff of /gzz/gfx/librenderables/Renderables.hxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by jvk, Sat Nov 9 18:32:52 2002 UTC revision 1.25 by tjl, Thu Dec 12 18:40:30 2002 UTC
# Line 59  Line 59 
59  namespace CurrentFPS {  namespace CurrentFPS {
60      // bool showFPS;      // bool showFPS;
61      extern double current_fps;      extern double current_fps;
62      extern double last_time;      extern double current_fps5; // average of last 5 frames
63        extern int count;
64        enum { NCounts = 5 };
65        extern double last_time[NCounts];
66  }  }
67    
68  /** The core of Gzz graphics: lists of interpolatable, renderable  /** The core of Gzz graphics: lists of interpolatable, renderable

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26