mirror of
https://github.com/lovell/sharp.git
synced 2026-01-18 16:13:17 +00:00
9 lines
117 B
C
Executable File
9 lines
117 B
C
Executable File
#ifndef SRC_METADATA_H_
|
|
#define SRC_METADATA_H_
|
|
|
|
#include "nan.h"
|
|
|
|
NAN_METHOD(metadata);
|
|
|
|
#endif // SRC_METADATA_H_
|