mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2024-11-30 16:44:16 +01:00
7 lines
234 B
C++
7 lines
234 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
|
|
int32_t LoadFileToMem(const char *filepath, uint8_t **inbuffer, uint32_t *size);
|
|
int32_t CreateSubfolder(const char *fullpath);
|
|
int32_t saveBufferToFile(const char *path, void *buffer, uint32_t size); |