mirror of
https://github.com/geode-sdk/geode.git
synced 2024-12-02 12:17:10 -05:00
14 lines
No EOL
217 B
C
14 lines
No EOL
217 B
C
#ifndef DOBBY_SYMBOL_RESOLVER_H
|
|
#define DOBBY_SYMBOL_RESOLVER_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void *DobbySymbolResolver(const char *image_name, const char *symbol_name);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |