Restructered Folders and Added Screens to the Game

This commit is contained in:
Julian Nießner
2018-05-11 10:11:06 +02:00
parent 9083487ac9
commit c7426bf24b
11 changed files with 86 additions and 3 deletions

View File

@@ -0,0 +1,29 @@
#include "GameScreen.h"
GameScreen::GameScreen() {
}
void GameScreen::hide() {
}
void GameScreen::pause() {
}
void GameScreen::render() {
}
void GameScreen::resize() {
}
void GameScreen::resume() {
}
void GameScreen::show() {
}