1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/includes/pipeline/importers.hpp
2024-11-20 12:02:35 -03:00

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