[avs] add avs_is_active import

This commit is contained in:
Will Xyen
2020-10-23 17:31:49 -07:00
parent fc22f76988
commit 2110abc269
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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