first commit
This commit is contained in:
14
Minecraft.Client/HttpTexture.h
Normal file
14
Minecraft.Client/HttpTexture.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
class BufferedImage;
|
||||
class HttpTextureProcessor;
|
||||
using namespace std;
|
||||
|
||||
class HttpTexture {
|
||||
public:
|
||||
BufferedImage *loadedImage;
|
||||
int count;
|
||||
int id;
|
||||
bool isLoaded;
|
||||
|
||||
HttpTexture(const wstring& _url, HttpTextureProcessor *processor);
|
||||
};
|
||||
Reference in New Issue
Block a user