2021-01-27 21:26:19 +00:00
|
|
|
#pragma once
|
2020-12-02 23:18:49 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2021-07-04 23:02:45 +00:00
|
|
|
__attribute__((visibility("internal"))) void _init_attack();
|
|
|
|
__attribute__((visibility("internal"))) void _init_bow();
|
|
|
|
__attribute__((visibility("internal"))) void _init_misc();
|
|
|
|
__attribute__((visibility("internal"))) void _init_toggle();
|
|
|
|
__attribute__((visibility("internal"))) void _init_drop();
|
|
|
|
|
2020-12-02 23:18:49 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|