draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
#ifndef CREATE_STRING_H
|
||||
#define CREATE_STRING_H
|
||||
|
||||
#include <nan.h>
|
||||
|
||||
char* create_string(Nan::MaybeLocal<v8::Value>);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user