mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 16:26:24 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include "../../../../../Minecraft.World/Header Files/stdafx.h"
|
||||
#include "HttpTexture.h"
|
||||
|
||||
HttpTexture::HttpTexture(const std::wstring& _url,
|
||||
HttpTextureProcessor* processor) {
|
||||
// 4J - added
|
||||
count = 1;
|
||||
id = -1;
|
||||
isLoaded = false;
|
||||
|
||||
// 4J - TODO - actually implement
|
||||
}
|
||||
Reference in New Issue
Block a user