TDME2 1.9.121
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.gui.renderer
2#pragma once
3
4namespace tdme {
5namespace gui {
6namespace renderer {
7 class GUICharacter;
8 class GUIFont;
9 class GUIRenderer;
10 class GUIShader;
11} // namespace renderer
12} // namespace gui
13} // namespace tdme
The definition of a single character as defined in the AngelCode file format.
Definition: GUICharacter.h:11
GUI Font A font implementation that will parse the output of the AngelCode font tool available at:
Definition: GUIFont.h:48
Definition: fwd-tdme.h:4