Browse Source

Re-add the angle-brackets on the EFX include >.>

Michael Hansen 14 years ago
parent
commit
dea1595257
  1. 2
      CMakeLists.txt
  2. 2
      Sources/Plasma/PubUtilLib/plAudio/plEAXEffects.h

2
CMakeLists.txt

@ -15,7 +15,7 @@ find_package(Vorbis REQUIRED) #TODO: Not required if we aren't building the clie
find_package(Speex REQUIRED) #TODO: Not required if we aren't building the client
find_package(DirectX REQUIRED)
find_package(CURL REQUIRED)
find_package(MaxSDK)
find_package(MaxSDK) #TODO: Only find this if we are building PlasmaMax
find_package(Bink) #TODO: Find Bink, but don't require it if plPipeline isn't built...
# Or better yet, just eliminate bink altogether

2
Sources/Plasma/PubUtilLib/plAudio/plEAXEffects.h

@ -46,7 +46,7 @@ class plEAXListenerMod;
#ifdef EAX_SDK_AVAILABLE
typedef struct _EAXREVERBPROPERTIES EAXREVERBPROPERTIES;
#else
#include "EFX-Util.h"
#include <EFX-Util.h>
#endif
class plEAXListener

Loading…
Cancel
Save