mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-08-25 01:44:02 -05:00
[avs] add avs_is_active import
This commit is contained in:
@@ -230,4 +230,6 @@ int avs_fs_addfs(void *filesys_struct);
|
||||
int avs_fs_mount(
|
||||
const char *mountpoint, const char *fsroot, const char *fstype, void *data);
|
||||
|
||||
bool avs_is_active();
|
||||
|
||||
#endif
|
||||
|
||||
@@ -23,6 +23,7 @@ EXPORTS
|
||||
std_setenv @213 NONAME
|
||||
avs_boot @298 NONAME
|
||||
avs_shutdown @299 NONAME
|
||||
avs_is_active @302 NONAME
|
||||
log_body_fatal @379 NONAME
|
||||
log_body_warning @380 NONAME
|
||||
log_body_info @381 NONAME
|
||||
|
||||
Reference in New Issue
Block a user