From 840f9b8678f607aecc15d47bc77248c4ac8b8574 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Feb 2008 00:54:30 +0000 Subject: tweaked console client status with timer and fps core connect/disconnect --- src/client/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client/client.h') diff --git a/src/client/client.h b/src/client/client.h index 64f1aab..66a7700 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -47,6 +47,9 @@ extern Console console; /// global Game instance extern game::Game game; +/// current fps +inline float fps() { return (application.current_fps); } + } // namespace client #endif // __INCLUDED_CLIENT_H__ -- cgit v1.2.3