mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
12 lines
192 B
C
Executable File
12 lines
192 B
C
Executable File
#ifndef SRC_UTILITIES_H_
|
|
#define SRC_UTILITIES_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(cache);
|
|
NAN_METHOD(concurrency);
|
|
NAN_METHOD(counters);
|
|
NAN_METHOD(libvipsVersion);
|
|
|
|
#endif // SRC_UTILITIES_H_
|