mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-07-30 19:19:39 +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);
|
|
}; |