mirror of
https://github.com/lovell/sharp.git
synced 2026-01-18 16:13:17 +00:00
13 lines
212 B
C
Executable File
13 lines
212 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);
|
|
NAN_METHOD(format);
|
|
|
|
#endif // SRC_UTILITIES_H_
|