mrmBot-Matrix/natives/caption2.h

7 lines
204 B
C
Raw Normal View History

2021-06-29 22:26:22 +00:00
#pragma once
#include <map>
#include <string>
#include <napi.h>
char* CaptionTwo(std::string type, char* BufferData, size_t BufferLength, std::map<std::string, std::string> Arguments, size_t* DataSize);