include games

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@768 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-10-04 20:15:19 +00:00
parent 27d3191f4d
commit 4789072ad9
5 changed files with 9 additions and 23 deletions

View File

@ -23,7 +23,7 @@
// Includes
#include "../Globals.h"
#include <iostream>
#include <vector>
#include <string> // so that we can test std::string == abc
@ -31,15 +31,15 @@
#include <windows.h>
#endif
#include "../Debugger/Debugger.h"
#include "../Debugger/PBView.h"
#include "Console.h" // open and close console, clear console window
#include "../Globals.h"
#include "../UCodes/UCodes.h"
#include "../UCodes/UCode_AXStructs.h"
#include "../UCodes/UCode_AX.h"
#include "../Debugger/PBView.h"
#include "../Debugger/Debugger.h"
#include "Console.h" // open and close console, clear console window
// Externals
float ratioFactor; // a global to get the ratio factor from MixAdd