mirror of
https://github.com/lovell/sharp.git
synced 2026-02-06 06:36:17 +01:00
Refactor C++ code
Split features into their own file Style is becoming less C, more C++
This commit is contained in:
10
src/utilities.h
Executable file
10
src/utilities.h
Executable file
@@ -0,0 +1,10 @@
|
||||
#ifndef SHARP_UTILITIES_H
|
||||
#define SHARP_UTILITIES_H
|
||||
|
||||
#include "nan.h"
|
||||
|
||||
NAN_METHOD(cache);
|
||||
NAN_METHOD(concurrency);
|
||||
NAN_METHOD(counters);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user