on commence l'interface là ouais
This commit is contained in:
21
src/GraphicalUI/AppMenus/MainAppMenu.cpp
Normal file
21
src/GraphicalUI/AppMenus/MainAppMenu.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "MainAppMenu.h"
|
||||
|
||||
#include "AppMenu.h"
|
||||
|
||||
#include <stack>
|
||||
#include <memory>
|
||||
#include <SFML/Graphics.hpp>
|
||||
|
||||
|
||||
MainAppMenu::MainAppMenu(std::shared_ptr<std::stack<AppMenu>> menuStack, std::shared_ptr<Settings> settings, std::shared_ptr<sf::RenderWindow> renderWindow) :
|
||||
AppMenu(menuStack, settings, renderWindow) {
|
||||
|
||||
}
|
||||
|
||||
void MainAppMenu::computeFrame() {
|
||||
|
||||
}
|
||||
|
||||
void MainAppMenu::drawFrame() const {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user