mrmBot-Matrix/natives/caption.h
bjcscat 330dd67063
Partial natives rework (#325)
* natve code reworking

* Whoops

* remove old code

* Make gc callback instead of do thing that causes segfault
2022-11-27 13:03:07 -06:00

7 lines
No EOL
201 B
C++

#pragma once
#include <map>
#include <string>
#include <napi.h>
char* Caption(std::string type, char* BufferData, size_t BufferLength, std::map<std::string, std::string> Arguments, size_t* DataSize);