mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 17:37:22 +00:00
chore: format Minecraft.Client
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
class BufferedImage;
|
||||
class HttpTextureProcessor;
|
||||
|
||||
|
||||
class HttpTexture {
|
||||
public:
|
||||
BufferedImage *loadedImage;
|
||||
BufferedImage* loadedImage;
|
||||
int count;
|
||||
int id;
|
||||
bool isLoaded;
|
||||
|
||||
HttpTexture(const std::wstring& _url, HttpTextureProcessor *processor);
|
||||
HttpTexture(const std::wstring& _url, HttpTextureProcessor* processor);
|
||||
};
|
||||
Reference in New Issue
Block a user