mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-02 12:17:10 -05:00
5 lines
135 B
C
5 lines
135 B
C
|
#pragma once
|
||
|
|
||
|
#include "MemoryAllocator/AssemblyCodeBuilder.h"
|
||
|
|
||
|
CodeBufferBase *GenerateNormalTrampolineBuffer(addr_t from, addr_t to);
|