mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 23:43:55 +00:00
9 lines
90 B
C++
9 lines
90 B
C++
#include "stdafx.h"
|
|
#include "TexOffs.h"
|
|
|
|
TexOffs::TexOffs(int x, int y) :
|
|
x(x),
|
|
y(y)
|
|
{
|
|
|
|
} |