330dd67063
* natve code reworking * Whoops * remove old code * Make gc callback instead of do thing that causes segfault
10 lines
No EOL
214 B
C++
10 lines
No EOL
214 B
C++
#pragma once
|
|
|
|
#include <napi.h>
|
|
#include <map>
|
|
#include <string>
|
|
|
|
using std::map;
|
|
using std::string;
|
|
|
|
char* Flip(string type, char* BufferData, size_t BufferLength, map<string, string> Arguments, size_t* DataSize); |