mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 20:25:31 +00:00
4 lines
100 B
C++
4 lines
100 B
C++
#include "../Platform/stdafx.h"
|
|
#include "TexOffs.h"
|
|
|
|
TexOffs::TexOffs(int x, int y) : x(x), y(y) {} |