equal
deleted
inserted
replaced
2 |
2 |
3 #ifndef BLITTER_FACTORY_HPP |
3 #ifndef BLITTER_FACTORY_HPP |
4 #define BLITTER_FACTORY_HPP |
4 #define BLITTER_FACTORY_HPP |
5 |
5 |
6 #include "base.hpp" |
6 #include "base.hpp" |
7 #include "../string.h" |
|
8 #include "../debug.h" |
7 #include "../debug.h" |
|
8 #include "../string_func.h" |
9 #include <string> |
9 #include <string> |
10 #include <map> |
10 #include <map> |
11 |
11 |
12 /** |
12 /** |
13 * The base factory, keeping track of all blitters. |
13 * The base factory, keeping track of all blitters. |