diff --git a/emulator/CommandParser.cpp b/emulator/CommandParser.cpp new file mode 100644 index 0000000..5795436 --- /dev/null +++ b/emulator/CommandParser.cpp @@ -0,0 +1,5 @@ +// +// Created by black on 12.06.25. +// + +#include "CommandParser.h" diff --git a/emulator/CommandParser.h b/emulator/CommandParser.h new file mode 100644 index 0000000..e2d2f48 --- /dev/null +++ b/emulator/CommandParser.h @@ -0,0 +1,16 @@ +// +// Created by black on 12.06.25. +// + +#ifndef COMMANDPARSER_H +#define COMMANDPARSER_H + + + +class CommandParser { + +}; + + + +#endif //COMMANDPARSER_H diff --git a/emulator/Manager.cpp b/emulator/Manager.cpp new file mode 100644 index 0000000..bb3e795 --- /dev/null +++ b/emulator/Manager.cpp @@ -0,0 +1,5 @@ +// +// Created by black on 12.06.25. +// + +#include "Manager.h" diff --git a/emulator/Manager.h b/emulator/Manager.h new file mode 100644 index 0000000..607a29e --- /dev/null +++ b/emulator/Manager.h @@ -0,0 +1,16 @@ +// +// Created by black on 12.06.25. +// + +#ifndef MANAGER_H +#define MANAGER_H + + + +class Manager { + +}; + + + +#endif //MANAGER_H