mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-25 12:14:34 +00:00
* Remove stdafx.h and some <unordered_set> includes * Update Minecraft Server Defines and remove more unused folders/files * Unbloat stdafx.h from Minecraft.World
11 lines
209 B
C++
11 lines
209 B
C++
#include "HttpTexture.h"
|
|
|
|
HttpTexture::HttpTexture(const wstring& _url, HttpTextureProcessor *processor)
|
|
{
|
|
// 4J - added
|
|
count = 1;
|
|
id = -1;
|
|
isLoaded = false;
|
|
|
|
// 4J - TODO - actually implement
|
|
} |