Skip to content

Commit b3a722a

Browse files
committed
feat: update to support NAVFoundation.Amx v2.0.0
1 parent 97064b4 commit b3a722a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": [
1515
{
16-
"version": "^1.27.0",
16+
"version": "^2.0.0",
1717
"url": "github.com/Norgate-AV/NAVFoundation.Amx"
1818
}
1919
]

src/mConfigFromFile.axs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ MODULE_NAME='mConfigFromFile' (
66
#DEFINE USING_NAV_MODULE_BASE_CALLBACKS
77
#DEFINE USING_NAV_MODULE_BASE_PROPERTY_EVENT_CALLBACK
88
#include 'NAVFoundation.ModuleBase.axi'
9+
#include 'NAVFoundation.StringUtils.axi'
10+
#include 'NAVFoundation.ErrorLogUtils.axi'
911
#include 'NAVFoundation.FileUtils.axi'
1012

1113
/*

0 commit comments

Comments
 (0)