mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
include games
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@768 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
27d3191f4d
commit
4789072ad9
5 changed files with 9 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue