Compare commits

...

2 Commits

Author SHA1 Message Date
83eb22e627 Merge branch 'Export_Import_Feature' 2025-01-15 06:43:53 +01:00
30cd5c4af8 Add ToDos 2025-01-15 06:42:10 +01:00
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
#include "HistorieVisualizer.hpp"
#include "CommandMenuVisualizer.hpp"
// ToDo: Beim Fenster größer ziehen verschiebt sich die Ansicht
void PlayingViewVisualizer::GenerateElement() {
position_vector.clear();
display_vector.clear();

View File

@@ -104,6 +104,8 @@ void HandleFirstOption() {
void HandleSecondOption() {}
// ToDo: Feste Fenstergröße einrichten?
int main(int argc, char* argv[]) {
#ifdef _WIN32
SetConsoleOutputCP(CP_UTF8);