mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-24 12:34:32 +00:00
removed git history
This commit is contained in:
8
Minecraft.Client/HttpTextureProcessor.h
Normal file
8
Minecraft.Client/HttpTextureProcessor.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
class BufferedImage;
|
||||
|
||||
class HttpTextureProcessor
|
||||
{
|
||||
public:
|
||||
virtual BufferedImage *process(BufferedImage *read) = 0;
|
||||
};
|
||||
Reference in New Issue
Block a user