TDME2 1.9.121
PrototypeSoundsSubView.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4#include <vector>
5
6#include <tdme/tdme.h>
10
13
14/**
15 * Prototype sounds view
16 * @author Andreas Drewke
17 * @version $Id$
18 */
20{
21private:
23 PopUps* popUps { nullptr };
24
25public:
26 /**
27 * Public constructor
28 * @param prototypeSoundsSubController entity sounds sub screen controller
29 * @param popUps pop ups
30 */
32
33 /**
34 * @return pop ups
35 */
37
38};
Pop ups controller accessor class.
Definition: PopUps.h:19
PrototypeSoundsSubView(PrototypeSoundsSubController *prototypeSoundsSubController, PopUps *popUps)
Public constructor.