mrmBot-Matrix/natives/watermark.h

11 lines
229 B
C
Raw Normal View History

2021-06-29 22:26:22 +00:00
#pragma once
2022-11-27 20:52:40 +00:00
#include <any>
#include <map>
#include <string>
2022-11-27 20:52:40 +00:00
using std::any;
using std::map;
using std::string;
char* Watermark(string type, char* BufferData, size_t BufferLength, map<string, any> Arguments, size_t* DataSize);