mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-22 18:23:04 +00:00
4 lines
135 B
C++
4 lines
135 B
C++
#include "../../../../../../Minecraft.World/Header Files/stdafx.h"
|
|
#include "TexOffs.h"
|
|
|
|
TexOffs::TexOffs(int x, int y) : x(x), y(y) {} |