mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-30 11:17:08 -05:00
11 lines
No EOL
132 B
C
11 lines
No EOL
132 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int dyld2_hide_library(const char *library_name);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |