mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-22 01:32:54 +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) {} |