mirror of
https://github.com/Patoke/LCERenewed.git
synced 2026-08-09 07:06:54 +00:00
feat: init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "stdafx.h"
|
||||
#include "TexOffs.h"
|
||||
|
||||
TexOffs::TexOffs(int x, int y) :
|
||||
x(x),
|
||||
y(y)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user