- added leak_dumper header all over the place (not yet functional in linux)

- Bugfix for particle cleanup
This commit is contained in:
Mark Vejvoda
2010-09-07 05:25:40 +00:00
parent 5fdbce7651
commit ab44c83168
159 changed files with 3109 additions and 55 deletions

View File

@@ -12,6 +12,8 @@
#ifndef _SHARED_GRAPHICS_GRAPHICSINTERFACE_H_
#define _SHARED_GRAPHICS_GRAPHICSINTERFACE_H_
#include "leak_dumper.h"
namespace Shared{ namespace Graphics{
class GraphicsFactory;