Move UptimeMeter into platform-dependent area.

Set up environment to move other meters.
This commit is contained in:
Hisham Muhammad
2014-11-27 19:18:14 -02:00
parent b192af006f
commit 357e7a3243
10 changed files with 75 additions and 41 deletions

View File

@ -13,5 +13,7 @@ in the source distribution for its full text.
void Platform_setBindings(Htop_Action* keys);
extern MeterClass* Platform_meterTypes[];
#endif