Use separate compilation.
[seam-carving.git] / src / all.hh
blobb3ed98430ef840ec1ac49a746fde8c831f4b4372
1 #ifndef ALL_HH_
2 # define ALL_HH_
4 # include <mln/core/image2d.hh>
5 # include <mln/value/rgb8.hh>
7 using mln::image2d;
8 using mln::point2d;
9 using mln::value::rgb8;
11 float get_nrg (const image2d<rgb8>& i, const point2d& p);
13 #endif /* !ALL_HH_ */