summaryrefslogtreecommitdiff
blob: 903a97ba92ce5acc1ae48536de8dc41c702ea256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- src/scusibot.cpp.old	2010-01-05 15:41:23.000000000 +0100
+++ src/scusibot.cpp	2010-01-05 15:41:46.000000000 +0100
@@ -5,6 +5,7 @@
 #include "stationarygun.hpp"
 #include "global.hpp"
 #include <vector>
+#include <algorithm>
 
 ScusiBot::ScusiBot()
 	: m_event( Event::EMPTY ), m_count( 0 ), m_state( IDLE ) {
--- src/gameinfowindow.cpp.old	2010-01-05 15:45:09.000000000 +0100
+++ src/gameinfowindow.cpp	2010-01-05 15:46:08.000000000 +0100
@@ -10,6 +10,8 @@
 #include "avatarworm.hpp"
 #include "wopsprites.hpp"
 #include "wopsprites.cpp"
+#include "spriteset.cpp"
+#include "spritesequence.cpp"
 #include "scorekeeper.hpp"
 #include "wopgui.hpp"
 
--- src/map.cpp.old	2010-01-05 15:46:35.000000000 +0100
+++ src/map.cpp	2010-01-05 15:47:06.000000000 +0100
@@ -9,6 +9,8 @@
 #include "world.hpp"
 #include "wopsettings.hpp"
 #include "objectpaths.hpp"
+#include "spriteset.cpp"
+#include "spritesequence.cpp"
 
 /**********************************************************/