aboutsummaryrefslogtreecommitdiffstats
path: root/games/pinball/files/patch-src__Loader.cpp
blob: f74923316e7d8bdc1affdfc2c6b72aa1904f7b4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./src/Loader.cpp.orig   Thu Nov 20 17:46:17 2003
+++ ./src/Loader.cpp    Fri Dec 12 21:31:48 2003
@@ -17,6 +17,7 @@
 #include <iostream>
 
 #include "Private.h"
+#include "Config.h"
 #include "Loader.h"
 #include "Pinball.h"
 #include "Keyboard.h"
@@ -39,7 +40,6 @@
 #include "SoundUtil.h"
 #include "Score.h"
 #include "StdAnimation.h"
-#include "Config.h"
 #include "StateBehavior.h"
 #include "Script.h"
 #include "FakeModuleBehavior.h"