TDME2 1.9.121
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.application
2#pragma once
3
4namespace tdme {
5namespace application {
6 class Application;
8} // namespace application
9} // namespace tdme
Application base class, please make sure to allocate application on heap to have correct application ...
Definition: Application.h:37
Application input event handler interface.
Definition: fwd-tdme.h:4