]> icculus.org git repositories - divverent/nexuiz.git/blob - scmenu/source/base/hostcache.qh
Adding my current version of the scmenu to the nexuiz cvs.
[divverent/nexuiz.git] / scmenu / source / base / hostcache.qh
1 // DP/Nex Menu
2 // base/hostcache.qh
3
4 float HostCache_ViewCount;
5 float HostCache_TotalCount;
6 float HostCache_MasterQueryCount;
7 float HostCache_MasterReplyCount;
8 float HostCache_ServerQueryCount;
9 float HostCache_ServerReplyCount;
10 float HostCache_SortField;
11 float HostCache_SortDescending;
12
13 void() HostCache_Update;
14 void() HostCache_ResortViewSet;
15 void() HostCache_RefreshHostCache;