1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
xn65/framework/platform/texture-dx.cpp
2024-03-21 16:01:47 -03:00

6 lines
75 B
C++

#include "texture-dx.hpp"
namespace xna {
Texture2D::Texture2D() {
}
}