mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-24 18:04:18 +00:00
8 lines
88 B
C++
8 lines
88 B
C++
#pragma once
|
|
|
|
class TexOffs {
|
|
public:
|
|
const int x, y;
|
|
|
|
TexOffs(int x, int y);
|
|
}; |