TDME2 1.9.121
PrototypeSoundsSubView.cpp
Go to the documentation of this file.
2
3#include <tdme/tdme.h>
5
7
8PrototypeSoundsSubView::PrototypeSoundsSubView(PrototypeSoundsSubController* prototypeSoundsSubController, PopUps* popUps)
9{
10 this->prototypeSoundsSubController = prototypeSoundsSubController;
11 this->popUps = popUps;
12}
13
15 return popUps;
16}
Pop ups controller accessor class.
Definition: PopUps.h:19