mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-20 09:19:29 +08:00
6 lines
224 B
C
6 lines
224 B
C
|
|
#include "dobby/dobby_internal.h"
|
||
|
|
|
||
|
|
void GenRelocateCode(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated, bool branch);
|
||
|
|
|
||
|
|
void GenRelocateCodeAndBranch(void *buffer, CodeMemBlock *origin, CodeMemBlock *relocated);
|