mirror of
https://github.com/wiiu-env/homebrew_launcher.git
synced 2024-11-17 18:29:19 +01:00
8 lines
142 B
C
8 lines
142 B
C
|
#ifndef HOMEBREW_MEMORY_H_
|
||
|
#define HOMEBREW_MEMORY_H_
|
||
|
|
||
|
void HomebrewInitMemory(void);
|
||
|
int HomebrewCopyMemory(u8 *address, u32 bytes);
|
||
|
|
||
|
#endif
|