]> git.mxchange.org Git - flightgear.git/commit
Make readScriptFile() public, and rename it to loadModule(), so that external
authorandy <andy>
Tue, 14 Jun 2005 19:57:24 +0000 (19:57 +0000)
committerandy <andy>
Tue, 14 Jun 2005 19:57:24 +0000 (19:57 +0000)
commit568d53875e6061956d8778fce1a38afa6d4f6773
treebd74b09138a0e9734e70b6e733775a8322e11a56
parent6dd82d05028e3019e142db7e56b8d4f829d2235f
Make readScriptFile() public, and rename it to loadModule(), so that external
code can have access to the facility for loading modules from files.

Also includes a cast-int-to-pointer fix that causes a warning on 64 bit
systems.
src/Scripting/NasalSys.cxx
src/Scripting/NasalSys.hxx