2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

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

This commit is contained in:
2011-04-17 12:02:19 -07:00
parent 8573c02b46
commit dea1595257
2 changed files with 2 additions and 2 deletions

View File

@ -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(Speex REQUIRED) #TODO: Not required if we aren't building the client
find_package(DirectX REQUIRED) find_package(DirectX REQUIRED)
find_package(CURL 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... find_package(Bink) #TODO: Find Bink, but don't require it if plPipeline isn't built...
# Or better yet, just eliminate bink altogether # Or better yet, just eliminate bink altogether

View File

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