Moved include of stdafx.h to top.
svn-id: r8543
This commit is contained in:
parent
be0bdf687a
commit
e985c33dab
7 changed files with 7 additions and 7 deletions
|
@ -20,8 +20,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include <common/engine.h>
|
#include <common/engine.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
|
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
|
|
||||||
#define REAL_MAIN
|
#define REAL_MAIN
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include <common/engine.h>
|
#include <common/engine.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
#include "icon.h"
|
#include "icon.h"
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include <common/engine.h>
|
#include <common/engine.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
|
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
#define RONIN_TIMER_ACCESS
|
#define RONIN_TIMER_ACCESS
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
|
|
||||||
int handleInput(struct mapledev *pad, int &mouse_x, int &mouse_y,
|
int handleInput(struct mapledev *pad, int &mouse_x, int &mouse_y,
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include <common/engine.h>
|
#include <common/engine.h>
|
||||||
#include <common/gameDetector.h>
|
#include <common/gameDetector.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
#define RONIN_TIMER_ACCESS
|
#define RONIN_TIMER_ACCESS
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,8 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common/scummsys.h>
|
|
||||||
#include <common/stdafx.h>
|
#include <common/stdafx.h>
|
||||||
|
#include <common/scummsys.h>
|
||||||
#include <common/engine.h>
|
#include <common/engine.h>
|
||||||
#include "dc.h"
|
#include "dc.h"
|
||||||
#include "icon.h"
|
#include "icon.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue