#include <list>
#include <string>
#include <utility>
#include <SDL_video.h>
#include "font.hpp"
#include "sdl/utils.hpp"
#include "widgets/scrollarea.hpp"
Go to the source code of this file.
Classes | |
class | help::help_text_area |
The area where the content is shown in the help browser. More... | |
struct | help::help_text_area::item |
An item that is displayed in the text area. More... | |
class | help::help_text_area::item_at |
Function object to find an item at the specified coordinates. More... | |
Namespaces | |
help | |