File diff r27308:abc0eb023c25 → r27309:23e1257a2a63
src/blitter/factory.hpp
Show inline comments
 
@@ -10,13 +10,12 @@
 
#ifndef BLITTER_FACTORY_HPP
 
#define BLITTER_FACTORY_HPP
 

	
 
#include "base.hpp"
 
#include "../debug.h"
 
#include "../string_func.h"
 
#include "../core/string_compare_type.hpp"
 
#include <map>
 

	
 

	
 
/**
 
 * The base factory, keeping track of all blitters.
 
 */