diff --git a/games b/games new file mode 160000 index 0000000..6c1513a --- /dev/null +++ b/games @@ -0,0 +1 @@ +Subproject commit 6c1513a50823909c2f5fc39adff1d701cba6b2ac diff --git a/include/AbstractMenu.h b/include/AbstractMenu.h new file mode 100644 index 0000000..20d5255 --- /dev/null +++ b/include/AbstractMenu.h @@ -0,0 +1,40 @@ +#include + +using namespace std::string; + +class AbstractMenu +{ +public: +public: + Menu(); + Menu(std::vector configs); + ~Menu(); + + // Getters + auto getButtons() const -> const std::vector