This commit is contained in:
ttewrrr
2026-03-08 17:30:00 +01:00
parent f8ef076e70
commit 27532eb206
3025 changed files with 0 additions and 670604 deletions
-10
View File
@@ -1,10 +0,0 @@
#include "stdafx.h"
#include "SimpleIcon.h"
SimpleIcon::SimpleIcon(const wstring &name, float U0, float V0, float U1, float V1) : StitchedTexture(name)
{
u0 = U0;
u1 = U1;
v0 = V0;
v1 = V1;
}