1#include "stdafx.h" 2#include "HttpTexture.h" 3 4HttpTexture::HttpTexture(const wstring& _url, HttpTextureProcessor *processor) 5{ 6 // 4J - added 7 count = 1; 8 id = -1; 9 isLoaded = false; 10 11 // 4J - TODO - actually implement 12}