mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 13:43:36 +00:00
9 lines
102 B
C++
9 lines
102 B
C++
#include "../Platform/stdafx.h"
|
|
#include "TexOffs.h"
|
|
|
|
TexOffs::TexOffs(int x, int y) :
|
|
x(x),
|
|
y(y)
|
|
{
|
|
|
|
} |