Unified all input types into a single flexible type

This commit is contained in:
Thulinma 2017-02-28 13:57:59 +01:00
parent 56a85cdab5
commit 8866b299fb
4 changed files with 66 additions and 86 deletions

View file

@ -21,7 +21,7 @@ namespace Mist {
Input(Util::Config * cfg);
virtual int run();
virtual void onCrash();
virtual void argumentsParsed(){}
virtual int boot(int argc, char * argv[]);
virtual ~Input() {};
virtual bool needsLock(){return true;}