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