TDME2 1.9.121
fwd-tdme.h
Go to the documentation of this file.
1// Forward declarations for tdme.engine.fileio.textures
2#pragma once
3
4
5namespace tdme {
6namespace engine {
7namespace fileio {
8namespace textures {
9 class Texture;
10 class TextureReader;
11 class PNGTextureWriter;
12} // namespace textures
13} // namespace fileio
14} // namespace engine
15} // namespace tdme
Definition: fwd-tdme.h:4