Renamed NWNxEE includes for PRC compatibility

Renamed NWNxEE includes for PRC compatibility.
This commit is contained in:
Jaysyn904
2023-11-14 14:51:00 -05:00
parent c2f2f82146
commit 563ab3e88f
12 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
/// @{
/// @file nwnx_data.nss
#include "inc_array"
#include "nwnxee_array"
// All these calls just pass through to the Array code in inc_array to provide
// an NWNX_Data compatible API for ease of transition.