mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-07 23:53:00 +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) {} |