added class containing program arguments

This commit is contained in:
fourtf
2019-09-22 15:30:04 +02:00
parent 456065f508
commit 7e555843ca
5 changed files with 51 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#include <atomic>
#include "common/Args.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "controllers/commands/CommandController.hpp"
#include "controllers/highlights/HighlightController.hpp"