#ifndef XNA_PIPELINE_IMPORTERS_HPP #define XNA_PIPELINE_IMPORTERS_HPP #include "pipeline.hpp" #include "importer.hpp" namespace xna { class TextureImporter { }; } #endif