Ported streflop code to win32

This commit is contained in:
Mark Vejvoda
2010-04-24 11:15:15 +00:00
parent 2bfaa4d1d7
commit f748874601
26 changed files with 867 additions and 51 deletions

View File

@@ -18,10 +18,10 @@
#include "vec.h"
#include "pixmap.h"
#include "texture_manager.h"
#include "random.h"
#include "randomgen.h"
using std::list;
//using Shared::Util::Random;
using Shared::Util::RandomGen;
namespace Shared{ namespace Graphics{
@@ -95,7 +95,7 @@ protected:
protected:
Particle *particles;
Shared::Util::Random random;
RandomGen random;
BlendMode blendMode;
State state;