dungeon/src/Gamestate.cpp

11 lines
148 B
C++

//
// Created by Adrian on 2017-09-19.
//
#include "Gamestate.h"
#include "App.h"
void Gamestate::init(App *app) {
this->app = app;
}