Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2010-12-08 20:19:21 +0000
committerStijn Buys <ingar@osirion.org>2010-12-08 20:19:21 +0000
commit82992a9b16d64104dd28d42e97cc118a75fded86 (patch)
treea7c30cedd613196c06df3fc04f6bce015c3927c1 /src/client/worldview.h
parent1124a81de517375a012b89bf83462c091d472cab (diff)
Added clock.
Diffstat (limited to 'src/client/worldview.h')
-rw-r--r--src/client/worldview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/worldview.h b/src/client/worldview.h
index 9def8c5..3012815 100644
--- a/src/client/worldview.h
+++ b/src/client/worldview.h
@@ -37,8 +37,10 @@ private:
DevInfoWidget *view_devinfo;
StatsInfoWidget *view_statsinfo;
KeyInfoWidget *view_keyinfo;
+ ClockInfoWidget *view_clock;
Notifications *view_notify;
PlayerView *view_playerview;
+
};
}