mrmBot-Matrix/natives/uncaption.h

9 lines
196 B
C
Raw Normal View History

2021-06-29 22:26:22 +00:00
#pragma once
2022-11-27 23:23:57 +00:00
#include "common.h"
#include <map>
2022-11-27 20:52:40 +00:00
using std::map;
using std::string;
2022-12-28 06:20:17 +00:00
char* Uncaption(string* type, char* BufferData, size_t BufferLength, ArgumentMap Arguments, size_t* DataSize);