Files moved and added for supporting separate platforms.

This commit is contained in:
Hisham Muhammad
2014-11-24 18:55:49 -02:00
parent eb229d9aef
commit 26422af608
14 changed files with 966 additions and 0 deletions

17
unsupported/Platform.c Normal file
View File

@ -0,0 +1,17 @@
/*
htop - unsupported/Platform.c
(C) 2014 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
#include "Platform.h"
/*{
#include "Action.h"
}*/
void Platform_setBindings(Htop_Action* keys) {
(void) keys;
}