mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 22:03:38 +00:00
3 lines
68 B
C++
3 lines
68 B
C++
#include "TexOffs.h"
|
|
|
|
TexOffs::TexOffs(int x, int y) : x(x), y(y) {} |