wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
copydata.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
11#ifdef __cplusplus
12extern "C" {
13#endif
14
15void
17
18BOOL
19__OSAppendCopyData(const void *data,
20 uint32_t size);
21
22void *
24
25uint32_t
27
28BOOL
29__OSResizeCopyData(uint32_t size);
30
31#ifdef __cplusplus
32}
33#endif
34
uint32_t __OSGetCopyDataSize()
BOOL __OSAppendCopyData(const void *data, uint32_t size)
BOOL __OSResizeCopyData(uint32_t size)
void __OSClearCopyData()
void * __OSGetCopyDataPtr()
int32_t BOOL
Definition wut_types.h:7