LeviLamina
Loading...
Searching...
No Matches
http_memory.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
xbox::httpclient {
6
7
struct
http_memory
{
8
public
:
9
// static functions
10
// NOLINTBEGIN
11
MCAPI
static
void
* mem_alloc(uint64);
12
13
MCAPI
static
void
mem_free(
void
*);
14
// NOLINTEND
15
};
16
17
}
// namespace xbox::httpclient
xbox::httpclient::http_memory
Definition
http_memory.h:7
src
mc
external
lib_http_client
http_memory.h
Generated on Sat Apr 26 2025 05:55:39 for LeviLamina by
1.12.0