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:
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user