Fixed function call in basicDataStorage and added a missing function from the local version

This commit is contained in:
Robert MacGregor 2016-03-17 02:43:56 -04:00
parent 37928a28e2
commit ee56603062
3 changed files with 40 additions and 28 deletions

View file

@ -3,8 +3,7 @@
// Shared Functions for T2Bol
// Copyright (c) 2012 The DarkDragonDX
//==============================================================================
exec("scripts/modScripts/shared/Array.cs");
exec("scripts/modScripts/shared/StringFunctions.cs");
exec("scripts/modScripts/shared/fileProcessing.cs");
exec("scripts/modScripts/shared/basicDataStorage.cs");