mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
13 lines
175 B
C++
13 lines
175 B
C++
#ifndef XNA_PIPELINE_IMPORTERS_HPP
|
|
#define XNA_PIPELINE_IMPORTERS_HPP
|
|
|
|
#include "pipeline.hpp"
|
|
#include "importer.hpp"
|
|
|
|
namespace xna {
|
|
class TextureImporter {
|
|
|
|
};
|
|
}
|
|
|
|
#endif |