mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-06-20 16:15:32 +00:00
sorted all the client files into proper folders
This commit is contained in:
12
Minecraft.Client/Textures/HttpTexture.cpp
Normal file
12
Minecraft.Client/Textures/HttpTexture.cpp
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user