#ifndef XNA_PIPELINE_PIPELINE_HPP
#define XNA_PIPELINE_PIPELINE_HPP

namespace xna {
	class Pipeline {

	};
}

#endif