folder reordering
This commit is contained in:
@@ -1,16 +0,0 @@
|
|||||||
//
|
|
||||||
// Created by black on 12.06.25.
|
|
||||||
//
|
|
||||||
|
|
||||||
#ifndef MANAGER_H
|
|
||||||
#define MANAGER_H
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Manager {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#endif //MANAGER_H
|
|
||||||
@@ -2,4 +2,4 @@
|
|||||||
// Created by black on 12.06.25.
|
// Created by black on 12.06.25.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "Manager.h"
|
#include "emulator/Manager.h"
|
||||||
18
src/Manager.h
Normal file
18
src/Manager.h
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
//
|
||||||
|
// Created by black on 12.06.25.
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef MANAGER_H
|
||||||
|
#define MANAGER_H
|
||||||
|
|
||||||
|
/// Die Manager Instanz sorgt für die Koordination von user input, Datei einlesen, code execution und anderen Aktionen.
|
||||||
|
|
||||||
|
class Manager {
|
||||||
|
public:
|
||||||
|
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif //MANAGER_H
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
// Created by black on 12.06.25.
|
// Created by black on 12.06.25.
|
||||||
//
|
//
|
||||||
|
|
||||||
#include "CommandParser.h"
|
#include "emulator/CommandParser.h"
|
||||||
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
|
||||||
Reference in New Issue
Block a user