#include "stdafx.h"
#include "TexOffs.h"

TexOffs::TexOffs(int x, int y) :
x(x),
y(y)
{

}