fix link
This commit is contained in:
@@ -3,12 +3,16 @@
|
||||
#include "RageSoundReader_MP3.h"
|
||||
#include "RageTimer.h"
|
||||
#include "RageInputDevice.h"
|
||||
#include "RageFileManager.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
CString InitialWorkingDirectory = ".";
|
||||
CString DirOfExecutable = ".";
|
||||
|
||||
void ReadData( SoundReader *snd,
|
||||
int ms, /* start */
|
||||
char *buf, /* out */
|
||||
@@ -243,6 +247,7 @@ bool test_file( const char *fn, float expected_fix )
|
||||
}
|
||||
int main()
|
||||
{
|
||||
FILEMAN = new RageFileManager;
|
||||
LOG = new RageLog();
|
||||
LOG->ShowLogOutput( true );
|
||||
LOG->SetFlushing( true );
|
||||
|
||||
Reference in New Issue
Block a user