updated on Wed Jan 11 08:01:35 UTC 2012
[aur-mirror.git] / wormsofprey / wormsofprey.patch
blob08cc0b37897295988f5cb2c6951c7d9a979c0ed0
1 --- ./src/scusibot.cpp 2005-10-16 19:53:05.000000000 +0200
2 +++ ./src/scusibot.cpp~ 2008-03-20 10:52:07.000000000 +0100
3 @@ -5,6 +5,7 @@
4 #include "stationarygun.hpp"
5 #include "global.hpp"
6 #include <vector>
7 +#include <algorithm>
9 ScusiBot::ScusiBot()
10 : m_event( Event::EMPTY ), m_count( 0 ), m_state( IDLE ) {
11 --- ./src/spriteset.cpp 2006-03-27 12:27:53.000000000 +0200
12 +++ ./src/spriteset.cpp~ 2008-03-20 13:08:52.000000000 +0100
13 @@ -2,6 +2,7 @@
15 #include "spriteset.hpp"
16 #include "global.hpp"
17 +#include "sprite.hpp"
19 /**********************************************************/
21 @@ -17,6 +18,9 @@
22 #endif // SUPPRESS_COLORING
23 #endif // BLACK_
25 +/* force creation of an implementation of SpriteSet<Sprite> */
26 +static SpriteSet<Sprite> foo;
28 /**********************************************************/
30 template <class T>