mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 11:17:08 -05:00
12 lines
No EOL
292 B
C
12 lines
No EOL
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 |