mirror of
https://github.com/borgesdan/xn65
synced 2024-12-29 21:54:47 +01:00
7 lines
115 B
C++
7 lines
115 B
C++
|
#include "texture-dx.hpp"
|
||
|
|
||
|
namespace xna {
|
||
|
Texture2D::Texture2D() {
|
||
|
ip_Texture2D = New<InternalProperty>();
|
||
|
}
|
||
|
}
|