mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
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:
parent
9afd794913
commit
eb71ebe306
7 changed files with 102 additions and 66 deletions
|
|
@ -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' );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue