mirror of
https://github.com/lovell/sharp.git
synced 2025-07-17 14:00:14 +02:00
15 lines
262 B
C
15 lines
262 B
C
#ifndef SRC_UTILITIES_H_
|
|
#define SRC_UTILITIES_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(cache);
|
|
NAN_METHOD(concurrency);
|
|
NAN_METHOD(counters);
|
|
NAN_METHOD(simd);
|
|
NAN_METHOD(libvipsVersion);
|
|
NAN_METHOD(format);
|
|
NAN_METHOD(_maxColourDistance);
|
|
|
|
#endif // SRC_UTILITIES_H_
|