mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-06 14:03:02 +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) {} |