1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/inc/xna/pipeline/compiler.hpp

12 lines
151 B
C++
Raw Normal View History

2024-08-07 10:29:31 -03:00
#ifndef XNA_PIPELINE_COMPILER_HPP
#define XNA_PIPELINE_COMPILER_HPP
#include "../default.hpp"
namespace xna {
class ContentCompiler {
};
}
#endif