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> mUnk7f72bb;
50 ::ll::UntypedStorage<4, 4> mUnkffeab0;
51 ::ll::UntypedStorage<4, 4> mUnk9482e2;
52 ::ll::UntypedStorage<8, 8> mUnkf2e06e;
53 ::ll::UntypedStorage<8, 8> mUnk5cc4f9;
54 ::ll::UntypedStorage<4, 4> mUnk7144cf;
55 ::ll::UntypedStorage<4, 4> mUnkff2cf8;
60 UserImageData& operator=(UserImageData
const&);
61 UserImageData(UserImageData
const&);
68 virtual ~IAsyncResourceResponse() =
default;
70 virtual void* GetSpace(uint64) = 0;
72 virtual void ReceiveUserImage(::cohtml::IAsyncResourceResponse::UserImageData
const&) = 0;
74 virtual void ReceiveOptimizedData(::cohtml::DataBuffer
const*) = 0;
76 virtual void SignalProgress() = 0;
78 virtual void SetStatus(ushort) = 0;
80 virtual void SetResponseURL(
char const*) = 0;
82 virtual void SetHeader(
char const*,
char const*) = 0;
84 virtual void Finish(::cohtml::IAsyncResourceResponse::Status) = 0;
Definition DataBuffer.h:7
Definition IAsyncResourceResponse.h:7
Definition IAsyncResourceResponse.h:17