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