mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 19:26:59 -05:00
12 lines
292 B
C
12 lines
292 B
C
|
#ifndef INTERCEPT_ROUTING_HANDLER_H
|
||
|
#define INTERCEPT_ROUTING_HANDLER_H
|
||
|
|
||
|
#include "dobby_internal.h"
|
||
|
|
||
|
#include "TrampolineBridge/ClosureTrampolineBridge/AssemblyClosureTrampoline.h"
|
||
|
|
||
|
extern "C" {
|
||
|
void instrument_routing_dispatch(RegisterContext *ctx, ClosureTrampolineEntry *entry);
|
||
|
}
|
||
|
|
||
|
#endif
|