#ifndef XNA_PIPELINE_DEFAULT_HPP #define XNA_PIPELINE_DEFAULT_HPP #include "xna/default.hpp" namespace xna { class ContentTypeWriter; class ContentTypeWriterFactory; class ContentCompiler; class ContentWriter; using P_ContentTypeWriter = sptr; using P_ContentTypeWriterFactory = sptr; using P_ContentCompiler = sptr; using P_ContentWriter = sptr; } #endif