From 7fef8856b21215b0dd28dcc57f04c8a98ab5226f Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 22 Mar 2008 22:36:39 +0000 Subject: Implemented vertex arrays --- src/render/draw.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/render/draw.h') diff --git a/src/render/draw.h b/src/render/draw.h index 2590be2..f9f35f3 100644 --- a/src/render/draw.h +++ b/src/render/draw.h @@ -15,6 +15,14 @@ namespace render /// draw the world void draw(math::Vector3f const &eye, math::Vector3f const &target, float seconds); +class Stats { +public: + static void clear(); + + static size_t tris; + static size_t spheres; +}; + } #endif // __INCLUDED_RENDER_DRAW_H__ -- cgit v1.2.3