This commit is contained in:
str1k3r
2026-07-09 04:15:40 -04:00
commit 6a777d54df
5376 changed files with 978510 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "stdafx.h"
#include "HttpTexture.h"
HttpTexture::HttpTexture(const wstring& _url, HttpTextureProcessor *processor)
{
// 4J - added
count = 1;
id = -1;
isLoaded = false;
// 4J - TODO - actually implement
}