3#include "mc/_HeaderOutputPredefine.h"
20 enum class Status :
int {
28 enum class TextureFilteringMode :
int {
33 enum class AlphaPremultiplicationMode :
int {
41 ::ll::UntypedStorage<4, 4> mUnk16189b;
42 ::ll::UntypedStorage<4, 4> mUnk68a279;
43 ::ll::UntypedStorage<4, 4> mUnkef4915;
44 ::ll::UntypedStorage<4, 4> mUnk9e6001;
45 ::ll::UntypedStorage<4, 4> mUnkf6e233;
46 ::ll::UntypedStorage<4, 4> mUnkf4cfe5;
47 ::ll::UntypedStorage<4, 4> mUnkc28890;
48 ::ll::UntypedStorage<4, 4> mUnk9b804c;
49 ::ll::UntypedStorage<4, 4> mUnkffeab0;
50 ::ll::UntypedStorage<4, 4> mUnk9482e2;
51 ::ll::UntypedStorage<8, 8> mUnkf2e06e;
52 ::ll::UntypedStorage<8, 8> mUnk5cc4f9;
53 ::ll::UntypedStorage<4, 4> mUnk7144cf;
54 ::ll::UntypedStorage<4, 4> mUnkff2cf8;
59 UserImageData& operator=(UserImageData
const&);
60 UserImageData(UserImageData
const&);
67 virtual ~IAsyncResourceResponse() =
default;
69 virtual void* GetSpace(uint64) = 0;
71 virtual void ReceiveUserImage(::cohtml::IAsyncResourceResponse::UserImageData
const&) = 0;
73 virtual void ReceiveOptimizedData(::cohtml::DataBuffer
const*) = 0;
75 virtual void SignalProgress() = 0;
77 virtual void SetStatus(ushort) = 0;
79 virtual void SetResponseURL(
char const*) = 0;
81 virtual void SetHeader(
char const*,
char const*) = 0;
83 virtual void Finish(::cohtml::IAsyncResourceResponse::Status) = 0;
Definition DataBuffer.h:7
Definition IAsyncResourceResponse.h:7
Definition IAsyncResourceResponse.h:17