mirror of
https://git.neolegacy.dev/pieeebot/cafeberry.git
synced 2026-08-09 06:31:35 +00:00
9 lines
91 B
C++
9 lines
91 B
C++
#pragma once
|
|
|
|
class TexOffs
|
|
{
|
|
public:
|
|
const int x, y;
|
|
|
|
TexOffs(int x, int y);
|
|
}; |