Added support for FMOD 4.42.03 Stable

The FMOD include files are now assumed to be located outside of the
Torque 3D directory structure.  See
Tools/projectGenerator/modules/fmod.inc for the various methods to tell
the Project Generator how to find FMOD.  If FMOD is installed in its
default location then nothing special is required.
This commit is contained in:
DavidWyand-GG 2012-09-24 15:47:29 -04:00
parent 9afd794913
commit eb71ebe306
7 changed files with 102 additions and 66 deletions

View file

@ -115,7 +115,7 @@ class Torque3D
// Modules
includeModule( 'core' );
includeModule( 'dsound' );
//includeModule( 'fmod'); // FMOD support removed until made as a 3rd party library
includeModule( 'fmod');
includeModule( 'T3D' );
includeModule( 'advancedLighting' );
includeModule( 'basicLighting' );