Lines 6-17
Link Here
|
6 |
// Includes ==================================================================== |
6 |
// Includes ==================================================================== |
7 |
#include <Magick++/Drawable.h> |
7 |
#include <Magick++/Drawable.h> |
8 |
|
8 |
|
9 |
// Using ======================================================================= |
|
|
10 |
using namespace boost::python; |
11 |
|
12 |
// Declarations ================================================================ |
9 |
// Declarations ================================================================ |
13 |
#include <Magick++.h> |
10 |
#include <Magick++.h> |
14 |
|
11 |
|
|
|
12 |
// Using ======================================================================= |
13 |
using namespace boost::python; |
14 |
|
15 |
// Module ====================================================================== |
15 |
// Module ====================================================================== |
16 |
void Export_pyste_src_PathQuadraticCurvetoArgs() |
16 |
void Export_pyste_src_PathQuadraticCurvetoArgs() |
17 |
{ |
17 |
{ |