Changes between Initial Version and Version 1 of Ticket #1955


Ignore:
Timestamp:
Jun 6, 2013, 1:31:41 PM (11 years ago)
Author:
stwf
Comment:

ok, this should be fixed as of r13455. Now code external to the soundmanager should include ISoundManager.h, which won't have any dependencies.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1955 – Description

    initial v1  
    11Currently, any module that wants to use the sound manager has to add OpenAL as a dependency in the build system, which is undesirable. Instead, only the sound manager's module should have that dependency and it should abstract the OpenAL implementation details so other code need not worry about it.
     2
     3ok, this should be fixed as of r13455. Now code external to the soundmanager should include ISoundManaer.h, which won't have any dependencies.