allocator with leak detecting capabilities

This commit is contained in:
Eduardo Bart
2011-07-12 16:27:37 -03:00
parent 9058a2898d
commit 3f0a0cb9de
7 changed files with 409 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ class AnimatedTexture : public Texture
{
public:
AnimatedTexture(int width, int height, int channels, int numFrames, uchar *framesPixels, int *framesDelay);
virtual ~AnimatedTexture();
~AnimatedTexture();
void enableBilinearFilter();
void processAnimation();