mirror of
https://github.com/lovell/sharp.git
synced 2025-07-12 03:50:13 +02:00
9 lines
117 B
C
Executable File
9 lines
117 B
C
Executable File
#ifndef SRC_PIPELINE_H_
|
|
#define SRC_PIPELINE_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(pipeline);
|
|
|
|
#endif // SRC_PIPELINE_H_
|