commit x64 compilation from lulu cause the other branch dont seems to compile properly at home
This commit is contained in:
18
include/engine/core/sound.cpp
Normal file
18
include/engine/core/sound.cpp
Normal file
@ -0,0 +1,18 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#include "core/sound.h"
|
||||
#include "core/mixer.h"
|
||||
|
||||
using namespace GS::Audio;
|
||||
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
Sound::~Sound()
|
||||
{
|
||||
mixer.UnloadSound(mixer_data);
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user