TDME2 1.9.121
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.tools.editor.views
2#pragma once
3
4namespace tdme {
5namespace tools {
6namespace editor {
7namespace views {
8 class EditorView;
10 class View;
11} // namespace views
12} // namespace editor
13} // namespace tools
14} // namespace tdme
Definition: fwd-tdme.h:4
Playable sound view interface, which represents a view that supports playing sounds additionally.
View interface, this combines application logic, regarding a application view, with screen controller...
Definition: View.h:12