mirror of
https://github.com/lovell/sharp.git
synced 2026-02-05 22:26:20 +01:00
Refactor C++ code
Split features into their own file Style is becoming less C, more C++
This commit is contained in:
8
src/metadata.h
Executable file
8
src/metadata.h
Executable file
@@ -0,0 +1,8 @@
|
||||
#ifndef SHARP_METADATA_H
|
||||
#define SHARP_METADATA_H
|
||||
|
||||
#include "nan.h"
|
||||
|
||||
NAN_METHOD(metadata);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user