Linux compiling fix

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1121 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Sonicadvance1 2008-11-11 07:31:40 +00:00
parent 8373b94fd2
commit 2a4e584e02
3 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#define _UCODE_AX_VOICE_H
#include "UCode_AX_ADPCM.h"
#include "../main.h"
template<class ParamBlockType>
inline void MixAddVoice(ParamBlockType &pb, int *templbuffer, int *temprbuffer, int _iSize)

View File

@ -0,0 +1 @@
extern CDebugger* m_frame;

View File

@ -25,6 +25,7 @@ files = [
'VertexLoader_Normal.cpp',
'VertexLoaderManager.cpp',
'VertexShaderManager.cpp',
'TextureConverter.cpp',
'XFB.cpp',
'Logging/Console.cpp',
'Logging/Logging.cpp',