src/blitter/factory.hpp
changeset 8710 52015340050c
parent 8547 41d5e08fff3b
child 8771 f7ad4dba14bf
equal deleted inserted replaced
8709:4187ad809fe7 8710:52015340050c
     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.