Skip to content

Commit

Permalink
Disable AL
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Bartolini committed Jan 11, 2016
1 parent 5fe569a commit a28185d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/audio/sound_world.h
Expand Up @@ -5,16 +5,15 @@

#pragma once

#include "types.h"
#include "resource_types.h"
#include "memory_types.h"
#include "audio_types.h"
#include "math_types.h"
#include "memory_types.h"
#include "resource_types.h"
#include "types.h"

namespace crown
{

typedef uint32_t SoundInstanceId;

/// Manages sound objects in a World.
///
/// @ingroup Audio
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Expand Up @@ -35,7 +35,7 @@
&& !defined(CROWN_SOUND_NULL)

#ifndef CROWN_SOUND_OPENAL
#define CROWN_SOUND_OPENAL (CROWN_PLATFORM_LINUX || CROWN_PLATFORM_WINDOWS)
#define CROWN_SOUND_OPENAL 0 // (CROWN_PLATFORM_LINUX || CROWN_PLATFORM_WINDOWS)
#endif // CROWN_SOUND_OPENAL

#ifndef CROWN_SOUND_NULL
Expand Down

0 comments on commit a28185d

Please sign in to comment.