cli: Move most classes to shared lib for reuse

This commit is contained in:
2022-03-18 22:33:45 +01:00
parent d43c35819d
commit 478d57b342
33 changed files with 32 additions and 44 deletions

5
shared/processor.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "processor.h"
Processor::Processor()
{
}