|
The Game Engine
1
|
#include <stdio.h>#include <stdlib.h>#include <string>#include <SDL/SDL.h>#include <SDL/SDL_ttf.h>#include "WorldObject.h"#include "Font.h"#include "Color.h"
Include dependency graph for Text.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Text |
| On-screen text. More... | |