2021-01-27 16:26:19 -05:00
|
|
|
#pragma once
|
2020-12-02 18:18:49 -05:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2021-07-04 19:02:45 -04: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();
|
2022-10-07 00:06:50 -04:00
|
|
|
__attribute__((visibility("internal"))) void _init_crafting();
|
2021-07-04 19:02:45 -04:00
|
|
|
|
2020-12-02 18:18:49 -05:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|