X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Feffects%2Fbloom.cpp;fp=source%2Feffects%2Fbloom.cpp;h=a6fefa6ecc014cb68ddcb41e443128f33295e430;hb=5bb193f930fb8738d099d630c4d625d82c1215b5;hp=aac226d90c133a9a174b25ca0fb1d0a715bfc9b4;hpb=cd15da52eac6471f860f4232161c451530dc9bd4;p=libs%2Fgl.git diff --git a/source/effects/bloom.cpp b/source/effects/bloom.cpp index aac226d9..a6fefa6e 100644 --- a/source/effects/bloom.cpp +++ b/source/effects/bloom.cpp @@ -1,9 +1,10 @@ #include #include -#include "blend.h" #include "bloom.h" +#include "mesh.h" #include "renderer.h" #include "resources.h" +#include "texture2d.h" using namespace std;