#include "base.hpp"
#include "../debug.h"
#include "../string_func.h"
#include <map>
Go to the source code of this file.
Data Structures | |
| class | BlitterFactoryBase |
| The base factory, keeping track of all blitters. More... | |
| struct | BlitterFactoryBase::StringCompare |
| class | BlitterFactory< T > |
| A template factory, so ->GetName() works correctly. More... | |
Variables | |
| char | _ini_blitter [32] |
Definition in file factory.hpp.
1.5.6