~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/gameengine/Rasterizer/RAS_2DFilterManager.h

  • Committer: Reinhard Tartler
  • Date: 2014-05-31 01:50:05 UTC
  • mfrom: (14.2.27 sid)
  • Revision ID: siretart@tauware.de-20140531015005-ml6druahuj82nsav
mergeĀ fromĀ debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef __RAS_2DFILTERMANAGER_H__
33
33
#define __RAS_2DFILTERMANAGER_H__
34
34
 
35
 
#include "RAS_ICanvas.h"
36
35
#define MAX_RENDER_PASS 100
37
36
 
38
37
#ifdef WITH_CXX_GUARDEDALLOC
39
38
#include "MEM_guardedalloc.h"
40
39
#endif
41
40
 
 
41
class RAS_ICanvas;
 
42
 
42
43
class RAS_2DFilterManager
43
44
{
44
45
private: