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

6 lines
75 B
C++
Raw Normal View History

2024-03-18 15:41:46 -03:00
#include "texture-dx.hpp"
namespace xna {
2024-03-21 16:01:47 -03:00
Texture2D::Texture2D() {
2024-03-18 15:41:46 -03:00
}
}